Skip to content

Filetring data in tpl file #27

@redarmy27

Description

@redarmy27

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions