django-rest-pandas icon indicating copy to clipboard operation
django-rest-pandas copied to clipboard

📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)

Results 9 django-rest-pandas issues
Sort by recently updated
recently updated
newest added

There are small typos in: - docs/releases/django-rest-pandas-0.3.2.md - docs/releases/django-rest-pandas-0.5.0.md - docs/renderers/csv.md Fixes: - Should read `tabular` rather than `tablular`. - Should read `compatibility` rather than `compatiblity`. - Should read `browsable`...

The links to this library just show a page mentioning that the app had been moved to this project already.

If there isn't a 'form' param in request ,I want return an error, but raised an error. ```python def list(self, request: Request, *args: Any, **kwargs: Any) -> Response: if self.request.query_params.get('form')...

Apologies, this is probably not the best place to ask this question, but it might lend itself to some useful enhancements to others and I wasn't sure if there was...

![image](https://user-images.githubusercontent.com/480050/84384609-83cc6c80-abee-11ea-903e-7635fbc5c8a7.png)

There has not been a release on pypi since 2019, are there any plans to release? There are features on the main branch that I would like to use, but...

Is the project closed? Is there anyone who follows this work?

Is posible use pagination in large dataframe?