File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,37 @@ A tabular data structure (aka a data frame) based on the Eclipse Collections fra
3
3
4
4
For more on Eclipse Collections see: https://www.eclipse.org/collections/ .
5
5
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 -->
6
37
## Where to Get It
7
38
8
39
Get the latest release of ` dataframe-ec ` here:
You can’t perform that action at this time.
0 commit comments