Giuseppe Pagliuca
Giuseppe Pagliuca
This partially covers #81 and #6. With `"hide_input": true` as cell metadata the cell input is hidden but not the output. This solution is not very elegant since the "Out[10]"...
I would like to embed tables and plots generated on the fly in markdown cells based on some (hidden) initialization cells. This is possible in the jupyter notebook thanks to...
the tab.data dataframe is difficult to handle (properties as index), its structure should be changed
Line 53 `data.unit = unit_of_measures[1:]` of usc.py is raising a Pandas warning
> fa.gists.surge_calc(data.index, data['21mm'], drain) > > AttributeError Traceback (most recent call last) > in () > ----> 1 fa.gists.surge_calc(data.index, data['21mm'], drain) > > C:\Apps\anaconda\lib\site-packages\pyfas\gists.py in surge_calc(time_series, liq_flowrate, drain) > 6...