We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07ab0a commit 76518f7Copy full SHA for 76518f7
src/dataframe/old/types.h
@@ -31,9 +31,7 @@ class SeriesIndex
31
std::optional<dataframe::aggregator_type> aggregator;
32
33
public:
34
- SeriesIndex() :
35
- aggregator(dataframe::aggregator_type::count)
36
- {}
+ SeriesIndex() : aggregator(dataframe::aggregator_type::count) {}
37
SeriesIndex(std::string const &str, const DataTable &table);
38
39
void setAggr(const std::string &aggr);
0 commit comments