yusufuyanik1

Results 9 issues of yusufuyanik1

My propesed solution for step 11 is: `food.iloc[:, 7][18]` instead of: `food.values[18][7]` Picking an index from a `Series` works much faster than picking it from an `numpy.ndarray` We can first...

How about this solution for this [issue](https://github.com/pegasystems/pega-datascientist-tools/issues/191#issue-2093895543) about file_uploader problem? If the working directory is /workspaces/pega-datascientist-tools then we hide the file_uploader option and pre-populate direct file path option with the...

### pdstools version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/pdstools/) of...

bug
Python

### Is your feature request related to a problem? We know that optionality matters for 1:1 experience. We can see how many actions we have in the action catalog and...

enhancement

### pdstools version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/pdstools/) of...

bug
Python

### pdstools version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/pdstools/) of...

bug
Python

There was a bug with the safeName function when we had both json and string in pyName column. When pyName column looks like this: 1. '{"pyName":"CreditCard","pyTreatment":"Gold"}' 2. 'Iphone' `df.select(safeName().str.json_decode()).unnest("tempName")` This...

- Now we properly handle showing the difference of a metric over periods. @StijnKas can you check line 302 in Plots.py, are you happy with the y-axis labels? - Improved...

### Is your feature request related to a problem? No ### Describe the solution you'd like - Check if quarto is installed in the first page just like we do...

enhancement