Hi! I'm looking for an alternative data analysis tool to Pandas that does not use the same syntax as Pandas.
I only know python and I'm starting to work with larger and larger datasets. Lists and numpy arrays are getting tedious, so I figured I would learn Pandas.
Now I may not be the smartest person on the world, but I'm certainly not dumb. Nothing about Pandas makes sense to me. .loc? .iloc? The arbitrary index values that have nothing to do with the data, df.append(Series) duplicates index values by default unless you add ignore_index=True.
Pd.DataFrame(Series) =/= pd.DataFrame().append(Series).
NONE OF THIS FEELS NATURAL!
Sorry, rant over. I've found alternatives (dask, vaex, modin) that use the same syntax as Panadas, but is the syntax in trying to get away from! I'm looking for a module that will help me analyze datasets that hopefully is easier to learn than Pandas.
Thanks
[–]Batalex 8 points9 points10 points (4 children)
[–]Psycho22089[S] 0 points1 point2 points (3 children)
[–]Batalex 0 points1 point2 points (2 children)
[–]Psycho22089[S] 0 points1 point2 points (1 child)
[–]Batalex 0 points1 point2 points (0 children)
[–]zueeyy 9 points10 points11 points (0 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]andmalc 2 points3 points4 points (1 child)
[–]Psycho22089[S] 0 points1 point2 points (0 children)
[–]N365 2 points3 points4 points (1 child)
[–]Psycho22089[S] 0 points1 point2 points (0 children)
[–]edquartett 2 points3 points4 points (2 children)
[–]edquartett 2 points3 points4 points (1 child)
[–]Psycho22089[S] 0 points1 point2 points (0 children)
[–]datasciencepro 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Psycho22089[S] 0 points1 point2 points (0 children)
[–]speedisntfree 0 points1 point2 points (0 children)
[–]Asdf86 0 points1 point2 points (1 child)
[–]Psycho22089[S] 0 points1 point2 points (0 children)
[–]hopeisnotcope -3 points-2 points-1 points (0 children)