📜  fcpython.com - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:01.007000             🧑  作者: Mango

代码示例1
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt

#This next line makes our charts show up in the notebook
%matplotlib inline

table = pd.read_csv("../../data/1617table.csv")
table.head()