excelで作成されたデータを、pd.read_excel()にて読み込んでいます。さらにデータを加工・抽出し、グラフを描こうとすると、以下のエラーが出てしまいます。
excelで作成されたデータを、pd.read_excel()にて読み込んでいます。
さらにデータを加工・抽出し、グラフを描こうとすると、以下のエラーが出てしまいます。
TypeError: Empty 'DataFrame': no numeric data to plot
対処方法を、ご教示くださいませ。
import pandas as pd
## xlsファイルの読み込み
df=pd.read_excel('f005-30-027.xls')
#列、行の欠損値の削除、不要な1行目の削除
df=df.dropna(how='all').dropna(how='all',axis=1).drop(1)
df.head()
Visual Analytics and Advanced Data Visualization - How CanvasJS help enterprises in creating custom Interactive and Analytical Dashboards for advanced visual analytics for data visualization
Visualization Best Practices for Data Scientists. Disclaimer: The ideas presented in this article are from the book: Story Telling With Data by Cole Nussbaumer Knaflic.
The agenda of the talk included an introduction to 3D data, its applications and case studies, 3D data alignment and more.
The Importance of Data Visualization - It is the process of converting raw data at hand into easy and understandable image-photo-graphics for fast, effective and accurate…
Data Quality Testing Skills Needed For Data Integration Projects. Data integration projects fail for many reasons. Risks can be mitigated when well-trained testers deliver support. Here are some recommended testing skills.