File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,20 +31,6 @@ query("""select * from my_table""")
3131The package currently only supports pandas but there are plans to support dask and
3232rapids 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
4935The 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
119105dataframe 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
You can’t perform that action at this time.
0 commit comments