Skip to content

Commit fa63d6a

Browse files
committed
adds Table of Contents
1 parent 83595a3 commit fa63d6a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@ A tabular data structure (aka a data frame) based on the Eclipse Collections fra
33

44
For more on Eclipse Collections see: https://www.eclipse.org/collections/.
55

6+
## Table of Contents
7+
8+
<!-- TOC -->
9+
* [Where to Get It](#where-to-get-it)
10+
* [Code Kata](#code-kata)
11+
* [Data Frame Operations](#data-frame-operations)
12+
* [Additional Reading](#additional-reading)
13+
* [Code Examples](#code-examples)
14+
* [Creating a Data Frame](#creating-a-data-frame)
15+
* [Sum of Columns](#sum-of-columns)
16+
* [Aggregation Functions](#aggregation-functions)
17+
* [Sum With Group By](#sum-with-group-by)
18+
* [Add a Calculated Column](#add-a-calculated-column)
19+
* [Filter](#filter)
20+
* [Drop Column](#drop-column)
21+
* [Sort](#sort)
22+
* [Union](#union)
23+
* [Distinct](#distinct)
24+
* [Join](#join)
25+
* [Join With Complements](#join-with-complements)
26+
* [Lookup Join](#lookup-join)
27+
* [Pivot](#pivot)
28+
* [Domain Specific Language](#domain-specific-language)
29+
* [Script](#script)
30+
* [Value Types](#value-types)
31+
* [Literals](#literals)
32+
* [Variables](#variables)
33+
* [Expressions](#expressions)
34+
* [Statements](#statements)
35+
* [Functions](#functions)
36+
<!-- TOC -->
637
## Where to Get It
738

839
Get the latest release of `dataframe-ec` here:

0 commit comments

Comments
 (0)