Skip to content

Commit

Permalink
fix pandas import
Browse files Browse the repository at this point in the history
  • Loading branch information
abonte authored May 23, 2024
1 parent f25bb2e commit ffa5e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/parallel-plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { SEO } from '../components/SEO';
const quickCode = `# libraries
import pandas
import matplotlib.pyplot as plt
from pandas.tools.plotting import parallel_coordinates
from pandas.plotting import parallel_coordinates
# Take the iris dataset
import seaborn as sns
Expand Down

0 comments on commit ffa5e80

Please sign in to comment.