Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusharpandey003/ai_practical
https://github.com/tusharpandey003/ai_practical
date datetime delhi delhi-temperature-prediction history temperature
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tusharpandey003/ai_practical
- Owner: tusharpandey003
- Created: 2024-05-10T07:32:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T08:03:10.000Z (6 months ago)
- Last Synced: 2024-11-19T16:55:11.377Z (2 months ago)
- Topics: date, datetime, delhi, delhi-temperature-prediction, history, temperature
- Language: HTML
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Practical 1 ---include how to build dataframe with help of python .
DataFrame include date ,Month,Year and temperature for each day in month.
we build this data frame with help of pandas dataframe using "for" loop instead of datetime library.
This is very unorthodox approach for this practical but our main motive is to be creative with the code...