Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 3 of 3) sorted by relevance

/build/tools/component_tools/static_check/gn_check/
Dcheck_gn.py19 import pandas as pd namespace
113 def check_have_product_name(self) -> pd.DataFrame:
130 return pd.DataFrame()
139 bad_targets_to_excel = pd.DataFrame(
144 def check_have_product_name_all(self) -> pd.DataFrame:
161 return pd.DataFrame()
182 bad_targets_to_excel = pd.DataFrame(
187 def check_pn_sn(self) -> pd.DataFrame:
228 bad_targets_to_excel = pd.DataFrame(
233 def check_pn_sn_all(self) -> pd.DataFrame:
[all …]
/build/tools/component_tools/static_check/
Dcsct.py21 import pandas as pd namespace
166 with pd.ExcelWriter(output_path) as writer:
/build/tools/component_tools/static_check/bundle_check/
Dbundle_json_check.py21 import pandas as pd namespace
114 def to_df(path:str = None) -> pd.DataFrame:
133 ret = pd.DataFrame(errors_list, columns=columns)