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/
H A Dcheck_gn.py19 import pandas as pd namespace
113 def check_have_product_name(self) -> pd.DataFrame:
120 pd.DataFrame: 数据的组织方式为[
130 return pd.DataFrame()
139 bad_targets_to_excel = pd.DataFrame(
144 def check_have_product_name_all(self) -> pd.DataFrame:
151 pd.DataFrame: 数据的组织方式为[
161 return pd.DataFrame()
182 bad_targets_to_excel = pd.DataFrame(
187 def check_pn_sn(self) -> pd
[all...]
/build/tools/component_tools/static_check/
H A Dcsct.py21 import pandas as pd namespace
166 with pd.ExcelWriter(output_path) as writer:
/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_json_check.py21 import pandas as pd namespace
115 def to_df(path: str = None) -> pd.DataFrame:
116 '''将所有错误的 dict 数据类型转为 pd.DataFrame 类型。'''
134 ret = pd.DataFrame(errors_list, columns=columns)

Completed in 2 milliseconds