Skip to content

Commit

Permalink
Mention pandas only once (#2985)
Browse files Browse the repository at this point in the history
Pandas is listed first in the list. That's good enough, I think.
  • Loading branch information
palewire authored Mar 23, 2023
1 parent c774f2b commit be8a752
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/user_guide/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Each top-level chart object (i.e. :class:`Chart`, :class:`LayerChart`,
:class:`VConcatChart`, :class:`HConcatChart`, :class:`RepeatChart`,
and :class:`FacetChart`) accepts a dataset as its first argument.

While the most common way to provide Altair with a dataset is via a pandas DataFrame,
there are many different ways of specifying a dataset:
There are many different ways of specifying a dataset:

- as a `Pandas DataFrame <http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html>`_
- as a :class:`Data` or related object (i.e. :class:`UrlData`, :class:`InlineData`, :class:`NamedData`)
Expand Down

0 comments on commit be8a752

Please sign in to comment.