andyjessen

Results 5 issues of andyjessen

Current link to dashboard .png file references master branch. Consider changing to main to display properly.

Current where clause treats floating point numbers as integers. Consider changing to account for decimals. **Example:** value =1.1 `ISNUMERIC(abs(1.1))` Actual: 1 Expected: 0

This commit makes minor fixes to remove deprecation warnings in notebook examples.

This commit replaces reference to deprecated package (cycontext) with context module.

The current read_csv example returns a file not found error. This commit fixes the file name. - [ ] Description of PR changes above includes a link to [an existing...

community