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
10221022as you can see, the collect command executes the plan and creates a nushell
10231023table for you.
10241024
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
10261026converted in the background for compatibility. However, to take advantage of
10271027lazy operations if is recommended to only use lazy operations with lazy
10281028dataframes.
@@ -1060,7 +1060,7 @@ You can use the line buffer editor to format your queries (ctr + o) easily
10601060
10611061This query uses the lazy reverse command to invert the dataframe and the
10621062`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
10641064frame. When put together they create the whole set of instructions used by the
10651065lazy commands to query the data. To list all the commands that generate an
10661066expression you can use
Original file line number Diff line number Diff line change 102102 {
103103 "name" : " dataframes.md" ,
104104 "en" : " Completed" ,
105- "zh-CN" : " b6c91cabfa @hustcer" ,
105+ "zh-CN" : " 382a1ed2e5 @hustcer" ,
106106 "de" : " -" ,
107107 "tr" : " -" ,
108108 "ja" : " -" ,
382382 {
383383 "name" : " working_with_strings.md" ,
384384 "en" : " Completed" ,
385- "zh-CN" : " b6c91cabfa @hustcer" ,
385+ "zh-CN" : " 5d093e293d @hustcer" ,
386386 "de" : " 0c788acfec@petrisch" ,
387387 "tr" : " -" ,
388388 "ja" : " -" ,
You can’t perform that action at this time.
0 commit comments