Skip to content

Commit

Permalink
showcase headers are here
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoubelet committed Dec 18, 2024
1 parent a05b82a commit 21cfb50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@ Finally, some replacement functions are provided for some `pandas` operations wh
# Instead, use our own wrapper
result = tfs.frame.concat([df1, df2]) # you can choose how to merge headers too
assert isinstance(result, tfs.TfsDataFrame) # that's ok!
assert getattr(result, "headers", None) is not None # headers are not lost
That's it!

0 comments on commit 21cfb50

Please sign in to comment.