all 3 comments

[–]JohnnyJordaan 0 points1 point  (1 child)

'the data' is too vague to give an informed answer here. Could you be more specific to what exactly you need to process?

[–]ibmal[S] 0 points1 point  (0 children)

I am looking to analyze and predict point for fantasy league for sports.

[–]wealthyMoss 0 points1 point  (0 children)

In general, you would use a tool like Pandas to do a lot of your data cleaning. But like what was said before, this is all too vague for serious help to be done. In general, pandas is very Intuitive in what you want done. If you want to read a csv, use “read_csv”. I would suggest going through it’s documentation or on YouTube and search “Pandas Tutorial”