-
Notifications
You must be signed in to change notification settings - Fork 19
Filetring data in tpl file #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, just checked. The documentation is not updated, for consistency the the
|
Thank you for your reply, it is working now indeed, however i still have an issue when using the command : |
A bit difficult to understand like this, what are you using to call To force the full visualization you can use this:
|
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.
The text was updated successfully, but these errors were encountered: