explore_csv

explore_csv(file_path, num_lines=5) -> 

Reads a CSV file and prints the column names, shape, data types, and the first few lines of data.

Parameters:
NameDescription
file_pathThe path to the CSV file.

num_lines=5