File tree Expand file tree Collapse file tree 4 files changed +338
-115
lines changed Expand file tree Collapse file tree 4 files changed +338
-115
lines changed Original file line number Diff line number Diff line change @@ -1022,7 +1022,7 @@ dataframe you would get the next result
1022
1022
as you can see, the collect command executes the plan and creates a nushell
1023
1023
table for you.
1024
1024
1025
- All dataframes operations should work with eager or lazy dataframes. The are
1025
+ All dataframes operations should work with eager or lazy dataframes. They are
1026
1026
converted in the background for compatibility. However, to take advantage of
1027
1027
lazy operations if is recommended to only use lazy operations with lazy
1028
1028
dataframes.
@@ -1060,7 +1060,7 @@ You can use the line buffer editor to format your queries (ctr + o) easily
1060
1060
1061
1061
This query uses the lazy reverse command to invert the dataframe and the
1062
1062
`with-column` command to create new two columns using `expressions`.
1063
- An `expression` is used to define and operation that is executed on the lazy
1063
+ An `expression` is used to define an operation that is executed on the lazy
1064
1064
frame. When put together they create the whole set of instructions used by the
1065
1065
lazy commands to query the data. To list all the commands that generate an
1066
1066
expression you can use
Original file line number Diff line number Diff line change 102
102
{
103
103
"name" : " dataframes.md" ,
104
104
"en" : " Completed" ,
105
- "zh-CN" : " b6c91cabfa @hustcer" ,
105
+ "zh-CN" : " 382a1ed2e5 @hustcer" ,
106
106
"de" : " -" ,
107
107
"tr" : " -" ,
108
108
"ja" : " -" ,
382
382
{
383
383
"name" : " working_with_strings.md" ,
384
384
"en" : " Completed" ,
385
- "zh-CN" : " b6c91cabfa @hustcer" ,
385
+ "zh-CN" : " 5d093e293d @hustcer" ,
386
386
"de" : " 0c788acfec@petrisch" ,
387
387
"tr" : " -" ,
388
388
"ja" : " -" ,
You can’t perform that action at this time.
0 commit comments