Taylor Turner
Taylor Turner
> Thank you for the response! I will go through the readme file that you mentioned and let you know if I have any questions. Thanks @thebadcoder96!
I think we can actually re-use the code written out [here](https://github.com/capitalone/DataProfiler/blob/gh-pages/docs/update_documentation.py#L79). That script will have: - the proper version tag - we can simply find the spot in the pertinent...
@thebadcoder96 yes, you are correct. I was confusing something else. In this case I would key off of the `version.py` file and try to reference that in the README.md as...
@thebadcoder96 the URL should be `https://capitalone.github.io/DataProfiler/docs//html/profiler.html?highlight=filetype#specifying-a-filetype-or-delimiter` We'll want the version tag to be a reference and not a manual change every time we make a new release of dataprofiler.
Its effectively just pointing to a single data source or is it putting all the various datasets in the `setUpClass` method to just have them all setup and initialized in...
Thanks, @rxm7706! As mentioned on the synthetic-data release, feel free to put a PR with your proposed update and if all looks well we can integrate into the `0.10.6` release...
Unfortunately, this did not get into `0.10.6`. Will tag it for next release. Thanks!
Hey @capnomad! Thanks for opening the issue with the recommendation. I'd love to learn more about what type of things / formatting of HTML report of the profile results. Love...
Scikit-learn now supporting [polars](https://scikit-learn.org/stable/whats_new/v1.4.html#:~:text=Transformers%20now%20support-,polars,-output%20with%20set_output) for transformers...