I need Help…
Main DataFrame
Title | URL | 2015 | 2016 | 2017 | …. 2024 |
---|---|---|---|---|---|
Title A | URL A | NAN | NAN | NAN | NAN |
Title B | URL B | NAN | NAN | NAN | NAN |
Sub DataFrame (filename : Title)
2015 | 2016 | 2017 | …. 2024 |
---|---|---|---|
10 | 20 | 30 | 1821793 |
I have a lot of Sub DataFrame
I would like to work on Python code by matching the sub dataframe to the format of the main dataframe. Ultimately, I want to create a csv file. What should I do?
I would like to work on Python code by matching the sub dataframe to the format of the main dataframe. Ultimately, I want to create a csv file. What should I do?
New contributor
홍현기 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.