vitamins
vitamins
**Describe the bug** Currently the frequency plot of a column that contains only integers displays bins with boundaries that are not integral. For example, the column containing these values `[1,...
**Describe the bug** The save method is poorly documented, because it is mentioned only at the end of the introduction, and not on the page of plot, that most will...
**To Reproduce** python: ``` df = pd.read_csv("https://www.openml.org/data/get_csv/1595261/phpMawTba", na_values = [' ?']) >>> report = create_report(df) Report has been created!: 100%|████████████████████████████████████████████████████████| 73/73 [00:12>> report.show_browser() Traceback (most recent call last): File "",...
**Describe the bug** The word cloud shows differently sized words, even though every word is unique and only occurs once. **Python** ``` df = pd.DataFrame({'name': [str(i) for i in range(10)]})...
**Describe the bug** Fonts on the plot axis labels do not use vector images and are hard to read. Antialiasing is not used. Fonts are rotated oblique which makes them...
**Describe the bug** If there are too many categories to show them all, dataprep selects the top-k categories based on frequency. The other categories are not shown at all. It...
Most of it was done using the 2to3 script, however i checked all of its work and corrected where necessary (unlike other python3 forks here). Other fixes were changing /...
Sending or receiving a fragmented ping packet crashes VPCs. The console closes and does not come back up when i try to open it from the right-click menu. The VPC...
The return code 0 should mean that that the given packages have been successfully checked. >>> p = subprocess.run(["safety", "check", "--output", "bare", "--stdin"], input="django", capture_output=True, text=True) >>> print(p.returncode) 0 >>>...