Henrike-Schwenn / Predicting_bike_rental_demand

My first ai project as part of my take on the amazing online course "Introduction to Machine Learning for Coders" taught by Jeremy Howard. I will be contributing to the Kaggle competition "Bike Sharing Demand", aiming to predict bike rental demand depending on the weather.
3 stars 0 forks source link

Define class dataset csv #6

Closed Henrike-Schwenn closed 3 years ago

Henrike-Schwenn commented 3 years ago

Planning

Creates a dataset object from a csv file

Needs:

Instance variables:

Methods:

Henrike-Schwenn commented 3 years ago

11.01.2020 Working time: 6 min

Henrike-Schwenn commented 3 years ago

Funktion, um Dateiformat zu prüfen

https://www.kite.com/python/answers/how-to-check-the-type-of-a-file-in-python#:~:text=splitext()%20to%20check%20the,the%20file%20name%20and%20extension.

Henrike-Schwenn commented 3 years ago

FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden