The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Time Series Data Analysis [GSSOC'23] #706

Open Pritamstudent opened 11 months ago

Pritamstudent commented 11 months ago

Is your feature request related to a problem? Please describe.

I want to show the basic operations which we need to perform while analyzing the time series data.

Describe the solution you'd like

I want to show the basic operations which we need to perform while analyzing the time series data like how to interpolate using different methods, how to convert dates to date time format, how to plot them and so on. The link of the dataset is Air passengers.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct