首页 > 解决方案 > I was using the pandas module(Just starting with python) and when I was running the code It is showing runtime error. What should I do

问题描述

import pandas as pd
series1 = pd.Series([1,2,3,4])
print(series1)

#This shows runtime error in pandas module

标签: python-3.x

解决方案


推荐阅读