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 fa
import pandas as pd
import matplotlib.pyplot as plt
tpl_path = 'XX/XX/XX'
fname = '11_2022_BD.tpl'
tpl=fa.Tpl(tpl_path+fname)
tpl.filter_data("PT")
i got the error 'Tpl' object has no attribute 'filter_data'
all the steps are working except the last one.
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 fa
import pandas as pd
import matplotlib.pyplot as plt
tpl_path = 'XX/XX/XX'
fname = '11_2022_BD.tpl'
tpl=fa.Tpl(tpl_path+fname)
tpl.filter_data("PT")
i got the error 'Tpl' object has no attribute 'filter_data'
all the steps are working except the last one.