python:实现读取CSV文件数据并显式
__author__ = "xq"
import pandas as pd # pandas library to read csv file
from matplotlib import pyplot as plt # matplotlib library to visualise the data
from matplotlib import style
style.use("ggplot"
__author__ = "xq"
import pandas as pd # pandas library to read csv file
from matplotlib import pyplot as plt # matplotlib library to visualise the data
from matplotlib import style
style.use("ggplot"