Skip to content

Commit

Permalink
Added to_timeseries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli authored and Eli committed Dec 12, 2023
1 parent 8f75335 commit b3a730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtools/data/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import datetime as _datetime


__all__ = ["time_overlap","rts","rts_formula","extrapolate_ts","datetime_elapsed","elapsed_datetime","to_dataframe"]
__all__ = ["to_dataframe","time_overlap","rts","rts_formula","extrapolate_ts","datetime_elapsed","elapsed_datetime","to_dataframe"]

def to_dataframe(ts):
if isinstance(ts,pd.DataFrame):
Expand Down

1 comment on commit b3a730c

@dwr-psandhu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@esatel The change doesn't match your comment.

Please sign in to comment.