pyfas
pyfas copied to clipboard
toolbox for flow assurance engineers
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...
Hello i have an issue with filtering data in tpl file, i have used the same tpl file shown in the examples, hereafter my code lines : import pyfas as...