Skip to content

Commit bdf969c

Browse files
authored
DOC iris.csv file has moved (#33099)
1 parent 809f920 commit bdf969c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_misc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def parallel_coordinates(
359359
--------
360360
>>> from matplotlib import pyplot as plt
361361
>>> df = pd.read_csv('https://raw.github.com/pandas-dev/pandas/master'
362-
'/pandas/tests/data/csv/iris.csv')
362+
'/pandas/tests/data/iris.csv')
363363
>>> pd.plotting.parallel_coordinates(
364364
df, 'Name',
365365
color=('#556270', '#4ECDC4', '#C7F464'))

0 commit comments

Comments
 (0)