How could i import a dataset from a datetime library ? usig dt= shortcut for dataset and removing the header row using list slicing ? ( this one it’s more easy)
So far this is the code to import a dataset= Applestore.csv in jupyter notebook ide
import datetime as dt
from dt import dataset
dataset=’AppleStore.csv’
tried using import from, converting datatime, give modules a value, etc
Mr. maclowell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.