Private
Public Access
1
0
This commit is contained in:
2024-06-15 09:03:51 +02:00
parent 789109beaf
commit e4afbd0012
5 changed files with 33 additions and 3 deletions

View File

@@ -116,7 +116,9 @@ from requests_oauthlib import OAuth1, OAuth1Session
import pandas as pd
import polars as pl
from polars.exceptions import ColumnNotFoundError
from polars.exceptions import (
ColumnNotFoundError, ComputeError
)
from django_rq import job