Skip to content

Commit 00f27d8

Browse files
authored
Merge pull request #32 from zbrookle/update_documentation
DOC: Update README.md
2 parents d1c312d + 773c435 commit 00f27d8

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,6 @@ query("""select * from my_table""")
3131
The package currently only supports pandas but there are plans to support dask and
3232
rapids in the future.
3333

34-
## Execution plan
35-
36-
### Values of certain "random" variables
37-
In certain places it was necessary to create functionality that pandas doesn't support
38-
and in those cases, there may be strange variables that you come across in the
39-
execution plan.
40-
41-
This is what their values are:
42-
43-
```python
44-
FALSE_SERIES = Series(data=[False for _ in range(0, dataframe_size)]))
45-
NONE_SERIES = Series(data=[None for _ in range(0, dataframe_size)]))
46-
```
47-
4834
## SQL Syntax
4935
The sql syntax for dataframe_sql is as follows:
5036

@@ -119,11 +105,4 @@ popular SQL data types are not implemented with common names in pandas and other
119105
dataframe frameworks
120106
<br>
121107
**To make this less confusing all data types that are of the same size on the
122-
backend are grouped together in this list
123-
124-
## Issues that come from Pandas
125-
126-
- No native cross join
127-
- No rank over(order by ...)
128-
- No straight aggregation without groupby object
129-
- ** No pandas date object
108+
backend are grouped together in this list

0 commit comments

Comments
 (0)