We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for this useful sharing!
I just have a small question:
df = DataFrame({'Simithaaaaaaaaa'}, 0, 0, 0, ... 'VariableNames', {'test1', 'test2','test3','test4',},... 'RowNames',{'ROW'});
gives
df = test1 test2 test3 test4 _________________ _____ _____ _____ ROW 'Simithaaaaaaaaa' 0 0 0
LastName = {'Smith';'Johnson';'Williams';'Jones';'Brown'}; Age = [38;43;38;40;49]; Height = [71;69;64;67;64]; Weight = [176;163;131;133;119]; BloodPressure = [124 93; 109 77; 125 83; 117 75; 122 80]; T = table(Age,Height,Weight,BloodPressure,... 'RowNames',LastName)
So, I can view T in Variable panel as a table.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Thank you for this useful sharing!
I just have a small question:
gives
So, I can view T in Variable panel as a table.
The text was updated successfully, but these errors were encountered: