Skip to content

Instantly share code, notes, and snippets.

@bigeyex
Created February 22, 2020 07:03
Show Gist options
  • Save bigeyex/c72feb685a096467d091a79ab314d21e to your computer and use it in GitHub Desktop.
Save bigeyex/c72feb685a096467d091a79ab314d21e to your computer and use it in GitHub Desktop.
jupyter notebook bolipolate
Display the source blob
Display the rendered blob
Raw
%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