#Using Pandas to manipulate huge csv file (RESEARCH PROJECT)
1 messages · Page 1 of 1 (latest)
but, just to lyk my goal right now is to plot the vaccination #s on an x axis and different factors such as bipartisanship, bachelors/education, %white population, etc. on the y axis. I need to extract the data for the x axis in this part, then extract data for y axis then I plan to use matplot to plot it out. but for now I want to know how I can extract this data (each state's vax record from april 1st) so that I can use it as an x axis using matplot lib.
I dont know how to do it but if you can look up how to convert the date column from a string to a date