Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lyndon White <[email protected]>
  • Loading branch information
duvenaud and oxinabox authored Dec 29, 2020
1 parent 5dbdb47 commit 391ab46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/relational_algebra.dx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'# The Relational Algebra
Unlike other languages which have bespoke "table" datatypes, in principle
Dex's record system should natively allow the manipulation of tables of records
to do the sorts of data-munging usually done by packages such as pandas.
Unlike other languages which have bespoke "table" or "dataframe" datatypes, in principle
Dex's record system natively allows the manipulation of tables of records
to do the sorts of data-munging usually done by packages such as pandas or dplyr.

'This is an attempt to express the basic operations on datasets
described by the relational algebra,
Expand Down

0 comments on commit 391ab46

Please sign in to comment.