AlexandreHiroyuki / DataTome

Data analysis and filtering using time series for embedded devices (IoT). All in a single C++ library, Data Tome. Focus on the developer's experience and performance. It is the successor to the MovingAveragePlus library.
https://alexandrehiroyuki.github.io/DataTomeDocs/
MIT License
6 stars 0 forks source link

Add more analysis functions #6

Open AlexandreHiroyuki opened 8 months ago

AlexandreHiroyuki commented 8 months ago

Inspired by: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.describe.html

nasir-hussain-swat commented 8 months ago

Hey Alex, you are missing some functions that are, pandas.DataFrame.mad: It Computes the Mean Absolute Deviation along the axis. pandas.DataFrame.memory: It Calculates the memory usage of each DataFrame column. pandas.DataFrame.sizeof:It Returns the memory usage of the DataFrame.

AlexandreHiroyuki commented 7 months ago

Hey @nasir-hussain-swat, thanks for the suggestions!

nasir-hussain-swat commented 7 months ago

@AlexandreHiroyuki you are welcome, any tasks regarding python especially Datascience, i'll be happy to do.