Created
February 22, 2020 07:03
-
-
Save bigeyex/c72feb685a096467d091a79ab314d21e to your computer and use it in GitHub Desktop.
jupyter notebook bolipolate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%matplotlib inline | |
import matplotlib.pyplot as plt | |
import numpy as np | |
import pandas as pd | |
plt.rcParams['font.sans-serif']=['SimHei'] # for displaying Chinese characters correctly | |
plt.rcParams['axes.unicode_minus']=False # for displaying the minus sign correctly | |
df = pd.read_excel('E:\Work\path_to_excel_file.xlsx') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment