objectiv-analytics icon indicating copy to clipboard operation
objectiv-analytics copied to clipboard

Powerful product analytics for data teams, with full control over data & models.

Results 136 objectiv-analytics issues
Sort by recently updated
recently updated
newest added

* Make tests with 'difficult' columns Postgres only * Add new tests that can work cross database Tests: * `tests.functional.bach.test_df_describe.test_include_mixed.*` * `tests.functional.bach.test_series.test_series_unstack`

Priority: 3. Medium
Area: Bach
Component: BigQuery

# Updated description When using positional slicing: raise Exception if the DataFrame is not sorted See `tests.functional.bach.test_df_getitem.test_positional_slicing` on what we mean by positional slicing # Old description Below is the...

Area: Bach

values formatted with leading `0-0 0 ` when date difference is 0. to reproduce (and add missing test): ```python def test_describe_timedelta(engine) -> None: df = get_bt_with_test_data() df['timedelta'] = datetime.timedelta(days=0,hours=1) pdf...

Type: Bug
Priority: 3. Medium
Component: BigQuery

Inform users why unstacked values are invalid column names and tell them how to fix it.

Priority: 3. Medium
Type: Story
Area: Bach
Component: BigQuery

Include an SQL file for inserting data to BigQuery testing table, refer to it in README file.

Priority: 3. Medium
Area: Modeling
Component: BigQuery

Since we expose this series to end users, we should change the name from private to public.

Type: Bug
Priority: 4. Low
Area: Bach

Current POC considers only the first identityt context found for the event, include a filtering by name

Area: Modeling
Type: Story

Currently the docker based demo setup has a single database user that can both read and write to the data. We should have two separate users: 1. A backend user...

Area: Backend
Type: Story
Area: Demo

* Write tests for `SeriesList` and `SeriesDict` that use merge() * Fix any problems that might arise

Area: Bach
Component: BigQuery

Make all tests related to `DataFrame.from_pandas()`, `from_model()`, and `from_table()` multi database. Evaluate if we need to port all writing tests. We might run into write limitations on the BigQuery side....

Priority: 4. Low
Type: Under the Hood
Component: BigQuery