I am reading a csv file with pyspark to extract some information from it. I am running pyspark locally and I do not need distributed computation. On the contrary I need some plotting library such as matplotlib to plot data. I know there are some workarounds to do it with pyspark but I found it very complicated.
My question is: is there any alternative to pyspark, possibly python-native, that allows to query a csv file allowing to use python libraries?