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
Give a variable t[row][column] to be used in expressions, to allow for text operations instead of numeric ones.
t[row][column]
Note that this could be supported, even in the absence of NumPy, which means formulas might be usable without installing NumPy.
Note that this array will not support the extended multidimensional array syntax that NumPy provides.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Give a variable
t[row][column]
to be used in expressions, to allow for text operations instead of numeric ones.Note that this could be supported, even in the absence of NumPy, which means formulas might be usable without installing NumPy.
Note that this array will not support the extended multidimensional array syntax that NumPy provides.
The text was updated successfully, but these errors were encountered: