Vince's CSV Parser
csv_stat.cpp File Reference

Calculates statistics from CSV files. More...

#include <string>
#include "csv_stat.hpp"

Go to the source code of this file.

Namespaces

 csv
 The all encompassing namespace.
 

Functions

Utility Functions
std::unordered_map< std::string, DataType > csv::csv_data_types (const std::string &filename)
 Useful for uploading CSV files to SQL databases. More...
 

Detailed Description

Calculates statistics from CSV files.

Definition in file csv_stat.cpp.