You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is an in-line return, the return character is displayed as the not-defined glyph and the block itself is larger than normal. The block is a different size based on how many in-line returns there are.
Also, if you add in-line returns, the block itself will grow over existing blocks instead of moving them to a different coord space in the editor.
When there is an in-line return, the return character is displayed as the not-defined glyph and the block itself is larger than normal. The block is a different size based on how many in-line returns there are.
Also, if you add in-line returns, the block itself will grow over existing blocks instead of moving them to a different coord space in the editor.
![Screenshot 2023-06-25 at 2 24 25 PM](https://private-user-images.githubusercontent.com/4376885/248589733-b17354bb-96ab-4a78-b358-b17259d89624.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzkxMTIsIm5iZiI6MTczOTQ3ODgxMiwicGF0aCI6Ii80Mzc2ODg1LzI0ODU4OTczMy1iMTczNTRiYi05NmFiLTRhNzgtYjM1OC1iMTcyNTlkODk2MjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMjAzMzMyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZThkZTk3YTljYTU2OTg1N2QzMTYwMDI5ZDU2NDAyNGYxYmRiZTZkZGU0MmI2MDVmOTU3NTI0NjhiZjRmZTVlNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.kC4r_fmfLai2Hy2dkpz3rcd4DoBUNdAPgS84jZZuh6c)
use Libraries.Compute.Statistics.DataFrame
DataFrame frame
frame:LoadFromCommaSeparatedValue(
"Group,Amount
K-12,108
University,12
Adult Novice,4
Eduator,10
Professional, 0
None,8"
)
output frame:ToText()
The text was updated successfully, but these errors were encountered: