Posts by Nelson • 45 points
2 posts
-
3
votes1
answer6918
viewsQ: Separating a dataframe by some criteria - Python Pandas
I have a csv file with little more than 500 thousand lines that I would like to separate into two dataframes. The format of each line: date, time, value of interest variable dd-mm-yy,hh:mm:00,float…
-
1
votes1
answer641
viewsQ: How to create dictionary from lists
How to associate lists to keys and values to create a dictionary in Python? Is that the problem? I have a large csv file and I need to read the first line (I turn it into a list) that should be used…