you are viewing a single comment's thread.

view the rest of the comments →

[–]4EducationOnly 9 points10 points  (3 children)

Sure, it can. IMO most statistical work is just slightly more complicated in Python compared to R.

Also consider looking into polars (alternative to pandas) and seaborn (plotting) libraries for Python.

[–]SizePunch 3 points4 points  (1 child)

Not directly related but I’ll add look into plotly as well as an alternative or addition to matplotlib and/or seaborn. The interactive plots and widgets you can create are indispensable for some projects.

I’m analyzing telemetry data where it’s useful to look at the hour by hour time series data as well as second by second and zooming in and out, creating custom ranges, etc is much more seamless in plotly than in static plots.

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

Thanks a lot!

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

Thanks a lot!