csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
timeseries.cpp File Reference
#include "commands.hpp"
#include "../common/column_lookup.hpp"
#include "../common/markdown_table.hpp"
#include "../common/row_utils.hpp"
#include <csv.hpp>
#include <cmath>
#include <limits>
#include <map>
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>

Classes

class  csvzall::pipeline::commands::TimeseriesCommand
 

Namespaces

namespace  csvzall
 
namespace  csvzall::pipeline
 
namespace  csvzall::pipeline::commands
 

Functions

int csvzall::pipeline::commands::RunTimeseries (const std::string &x_column, const std::string &y_column, const std::string &series_column, const std::string &reduce, const std::string &format, std::istream &input, std::ostream &output, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats)
 

Variable Documentation

◆ count

std::size_t count = 0

◆ initialized

bool initialized = false

◆ value

double value = 0.0