Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 524 Bytes

File metadata and controls

13 lines (9 loc) · 524 Bytes

Pandas Utils

This repository keeps the util scripts to interact with Pandas/python

Show dataframe from data (yaml) file

This CLI/util can be used to show data frame from the given data file (yaml).

This module takes below parameters.

  • file -- data file path (Example: data.yml)

Refer more details