Skip to content

Commit

Permalink
Merge pull request #412 from abonte/patch-1
Browse files Browse the repository at this point in the history
fix pandas import
  • Loading branch information
holtzy authored May 24, 2024
2 parents f25bb2e + ffa5e80 commit 9333942
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 9333942

Please sign in to comment.