Skip to content

Commit edb46fb

Browse files
alimcmaster1Mateusz Górski
authored andcommitted
Make subdirs in tests/io/data (pandas-dev#29513)
1 parent 64d83e4 commit edb46fb

File tree

153 files changed

+66
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+66
-47
lines changed

pandas/plotting/_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def parallel_coordinates(
364364
--------
365365
>>> from matplotlib import pyplot as plt
366366
>>> df = pd.read_csv('https://raw.github.com/pandas-dev/pandas/master'
367-
'/pandas/tests/data/iris.csv')
367+
'/pandas/tests/data/csv/iris.csv')
368368
>>> pd.plotting.parallel_coordinates(
369369
df, 'Name',
370370
color=('#556270', '#4ECDC4', '#C7F464'))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)