Skip to content

Commit

Permalink
[Doc] Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed May 5, 2019
1 parent b7c4075 commit 67e80c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.rst
Expand Up @@ -103,12 +103,9 @@ many things easy. For example:
# the dataframe
cards.merge_notes(inplace=True)
# Add deck names (rather than just IDs)
cards.add_deck_names(inplace=True)
# Add all fields from the notes as new columns to the dataframe (instead of
# being merged in one field ``flds`` as by default):
cards.add_fields_as_columns(inplace=True)
cards.fields_as_columns(inplace=True)
Take a look at the documentation_ to find out more about more about the
available methods!
Expand Down

0 comments on commit 67e80c9

Please sign in to comment.