Data Analysis with Pandas and Python – 01 15 – Import Libraries into Jupyter Notebook
[ad_1]
Get the complete 19+ hour Udemy course here: https://www.udemy.com/data-analysis-with-pandas/?couponCode=FIFTEEN
Source
[ad_2]
[ad_1]
Get the complete 19+ hour Udemy course here: https://www.udemy.com/data-analysis-with-pandas/?couponCode=FIFTEEN
Source
[ad_2]
hi boris, pls help not able to import the Excel file
File "<ipython-input-10-b549fa02dc0b>", line 1
pd.read_excel('C:UserssumanOneDriveDesktop')
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated UXXXXXXXX escape
You are amazing Boris. Thanks for being such a wonderful tutor. I am doing this course in udemy and you are really awesome.
I am very new to it, have installed pandas( pip install pandas, successfully installed), but while typing import function, it does not turn green as in the tutorial and says module not found error. Experts pls Advice
Brazilian guy, learning w the simple n functionality video. Congrats
Hm, I have ImportError: no module named 'pandas'
This is the error code I received:
NameError Traceback (most recent call last)
<ipython-input-4-23ebc99c94e5> in <module>()
—-> 1 pd._version_
NameError: name 'pd' is not defined
How do I fix this?
thank you , would you please continue
Sikou KOÏTA
il y a 1 seconde
Hi Teacher,
Please can you help me? I want import my dataset to Jupyter Notebbok:
# Importer les Librairies
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
Import dataset
dataset =pd.read_csv('C:UsersSikouDesktopMachine LearningData_PreprocessingData_Preprocessing.csv', header=None, nrows=5)
print(dataset)
File "<ipython-input-24-47590dedef72>", line 2
dataset =pd.read_csv('C:UsersSikouDesktopMachine LearningData_PreprocessingData_Preprocessing.csv', header=None, nrows=5)
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated UXXXXXXXX escape.
Thank you for advance,