aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/timestamped_data/pandas_dataframe_conversion.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/timestamped_data/pandas_dataframe_conversion.md')
-rw-r--r--docs/user_guide/timestamped_data/pandas_dataframe_conversion.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/timestamped_data/pandas_dataframe_conversion.md b/docs/user_guide/timestamped_data/pandas_dataframe_conversion.md
index 3e6c0a4..839460a 100644
--- a/docs/user_guide/timestamped_data/pandas_dataframe_conversion.md
+++ b/docs/user_guide/timestamped_data/pandas_dataframe_conversion.md
@@ -7,7 +7,7 @@ Pandas DataFrame conversion
A [Pandas DataFrame](https://pandas.pydata.org/docs/getting_started/intro_tutorials/01_table_oriented.html#min-tut-01-tableoriented) is a python data structure allowing powerful table processings.
-[TimeStampedBuffer](/argaze/#argaze.DataStructures.TimeStampedBuffer) instance can be converted into dataframe provided that data values are stored as dictionaries.
+[TimeStampedBuffer](../../../argaze/#argaze.DataStructures.TimeStampedBuffer) instance can be converted into dataframe provided that data values are stored as dictionaries.
```python
from argaze import DataStructures