jinko-data-table
Installation
SKILL.md
Jinkō Data Table SDK Workflows
Use this skill for data-table mechanics through the SDK. Data tables can support trial overlays and calibration objectives; the row schema is the same, and fitness-function compatibility is reported by metadata when available.
PREREQUISITE: This skill needs an initialized
jinko-sdkconnection and an SDK satisfying itsmetadata.requires_sdkrange. Run thejinko-sdk-setupskill (../jinko-sdk-setup/SKILL.md) and proceed only once its check passes. If that skill is not found, install it fromnovainsilico/jinko-skills.
Scope
- Use
client.create_data_table_from_csv()for CSV files or bytes. - Use
client.create_data_table_from_sqlite()for SQLite files or bytes. - Use
client.create_data_table_from_dataframe()for pandas DataFrames. - Inspect existing data tables with
get_data_table(),content(),summary(),validate(), andexport(). - Check
metadata.public.validForFitnessFunctionafter creation or inspection when available if the data table needs to be attached through trial/calibrationdataTableDesigns. - For trial workflows that attach data tables through
jinko-trial, use a data table withvalidForFitnessFunction: True; point-value overlay tables may upload successfully but fail trial launch sanity.