Resolved: NameError: name 'df_spx_ftsee_H2_08' is not defined
in
The Complete Data Visualization Course with Python, R, Tableau, and Excel
/
Line Chart - Python - How to Create a Line Chart
as shown in capture below
what seems to be the problem?
i double checked the code
1 answers ( 1 marked as helpful)
i have changed the code to be **df_spx_ftse_H2_08 = df_spx_ftsee_00_10[(df_spx_ftsee_00_10["new_date"] >= '2008-07-01') &
(df_spx_ftsee_00_10["new_date"] <= '2008-12-31')]**
worked just fine.