Zack Dai

Results 9 issues of Zack Dai

First Run get, the same on Local, RunKit and Rel.it Error: Cannot find module './dataType' ![image](https://user-images.githubusercontent.com/45176371/72566092-39360680-3881-11ea-932c-615d56ed362f.png)

### Current Behaviour Used colab with 3.2.0 ``` !pip install pandas-profiling==3.2.0 import numpy as np import pandas as pd from pandas_profiling import ProfileReport df = pd.DataFrame(np.random.rand(100, 5), columns=["a", "b", "c",...

bug 🐛
code quality 📈

Some url as special character, better to use quote before construct the URL for the request. In client.py row 189. change to `url = urllib.parse.urljoin(self.base_url, urllib.parse.quote(path))`

This is a simple setting but I do spend massive time figuring it out. To save more time in the future for everyone.

The thermostat unit is not set, HA read it default as celsius and if switch HA system unit to H it shows: The state read as: ![image](https://user-images.githubusercontent.com/45176371/191881449-9b76b33e-ad13-4197-8dcc-a9523da2a34a.png)

bug

## What *Describe what the change is solving* *It helps to add screenshots if it affects the frontend.* ![image](https://user-images.githubusercontent.com/45176371/215151784-c47427cd-f6d0-4fc1-b324-b7ed93df20d1.png) ## How Add segments attribute to the class in source_google_analytics_v4/custom_reports_validator.py ##...

area/connectors
community
connectors/source/google-analytics-v4
bounty

## What *Describe what the change is solving* *It helps to add screenshots if it affects the frontend.* Solve the segment bug ![image](https://user-images.githubusercontent.com/45176371/216122949-f85ded4a-1ef1-4d54-81d1-f413fb9f751d.png) ## How *Describe the solution* Added property...

area/documentation
area/connectors
community
connectors/source/google-analytics-v4
bounty

The current count function return the number of points for the entire collection, Need to count points group by indexed field from the payload, ``` POST /collections/test_collection/points/count { "group_by" :...

enhancement

### What happens? %sqlplot boxplot --table penguins.csv --column body_mass_g I got --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[27], line 1 ----> 1 get_ipython().run_line_magic('sqlplot', 'boxplot --table penguins.csv --column body_mass_g')...