Skip to content

Instantly share code, notes, and snippets.

@bigeyex
Last active February 22, 2020 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigeyex/734165d844788b375b79a0cd3b77a30a to your computer and use it in GitHub Desktop.
Save bigeyex/734165d844788b375b79a0cd3b77a30a to your computer and use it in GitHub Desktop.
jupyter notebook bolipolate
%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