We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a3c182 + 055b10b commit 27573b7Copy full SHA for 27573b7
hydropandas/extensions/gwobs.py
@@ -1,6 +1,4 @@
1
import logging
2
-
3
4
import numpy as np
5
import pandas as pd
6
hydropandas/observation.py
@@ -87,7 +87,8 @@ def __repr__(self) -> str:
87
if self._info_repr():
88
self.info(buf=buf)
89
return buf.getvalue()
90
+
91
+ buf.write("-----time series------\n")
92
max_rows = get_option("display.max_rows")
93
min_rows = get_option("display.min_rows")
94
max_cols = get_option("display.max_columns")
hydropandas/version.py
@@ -1 +1 @@
-__version__ = "0.6.0"
+__version__ = "0.6.1"
0 commit comments