limix.io.csv.see

limix.io.csv.see(filepath, header, verbose=True)[source]

Shows a human-friendly representation of a CSV file.

Parameters:
  • filepath (str) – CSV file path.
  • header (bool) – True for parsing the header; False otherwise.
  • verbose (bool) – True for verbose; False otherwise.
Returns:

CSV representation.

Return type:

str