Philip Orlando
Philip Orlando
[Weather Underground API's End of Service Announcement](https://apicommunity.wunderground.com/weatherapi/topics/end-of-service-for-the-weather-underground-api) It seems like the only way to access WU data moving forward is through The Weather Company's API :-1:. Do you plan to...
I've encountered an issue where large, atypical financial events (like purchasing a car or making a house down payment) significantly distort the monthly averages in the toolkit's reports, particularly in...
I'm encountering tag errors with the following address: `"38350 40TH ST EAST 100 PALMDALE CA 93552"`. Both the `100` and `40TH` strings have the `StreetName` tag... ```python import usaddress address...
I have three different R versions installed via rig: ``` rig list ```  Running `rig rstudio 4.1.3` will open RStudio, but 4.3.1 is being used...   RStudio appears...
Please correct me if I'm wrong, but it appears that this package has not incorporated any automated unit testing via the `testthat` package. Are unit tests being performed using a...
**Describe the bug** - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandera....
Positron is labeled as Electron within Windows Task Manager. 
This reprex shows that `shape = "hexagon"` is translating to Mermaid as `{{)}` instead of `{{}}`, which results in a rendering error: ```python from python_mermaid.diagram import Link, MermaidDiagram, Node #...
I'm looking for a way to use `python_mermaid` to mimic Mermaid's branching pattern: ``` a & b --> c --> d & e ``` ```mermaid flowchart LR a & b...
I'd like to request the addition of a `python_wheel_uv` bundle example to the knowledge base. Many Python developers prefer using [`uv`](https://docs.astral.sh/uv/) over Poetry or the default Databricks dependency management tools,...