text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: ATR/RMA differences with TradingView
Body: Let's take weekly BINANCE:BTCUSDT indicator since beginning (14.08.2017) and do ATR with period=7 and RMA with period=7.
Python results:
```python
import pandas as pd
import numpy as np
import pandas_ta as ta
df = pd.DataFrame({'datetime': {0: '2017-08-14 00:0... | 0easy |
Title: An error occurred (IllegalLocationConstraintException) during zappa deploy
Body: See https://github.com/Miserlou/Zappa/issues/569
I also experienced this issue when attempting to deploy following the out-of-the-box README commands. Zappa's deploy procedure is obfuscating the cause of the issue, namely that ... | 0easy |
Title: Add doctest to pytest
Body: | 0easy |
Title: RSI_14 not the same ?
Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
```
**Do you have _TA Lib_ also installed in your environment?**
```sh
$ pip list
```
**Did you upgrade? Did the upgrade reso... | 0easy |
Title: Possible bug plotting CSAPR-2 HSRHIs
Body: In plotting CSAPR-2 HSRHIs from CACTI, I am having issues with plotting RHIs at 90° azimuth with `display.plot_rhi()`. This behavior is repeatable amongst many files, but only at this azimuth angle. Seems like a geometry issue.
Example is here:

... | 0easy |
Title: Efficient Metropolis Adjusted Langevin Algorithm (MALA) Sampler?
Body: Hi, I noticed that we have a `MetropolisAdjustedLangevinAlgorithm` via `TFPKernel`. However, it seems like the latter is not very optimized (the runtime is very slow). I'm curious if there are plans to implement MALA natively using `numpyro`?... | 0easy |
Title: execute_script does not support *args
Body: The [Python Selenium version of execute_script](http://selenium-python.readthedocs.io/api.html#selenium.webdriver.remote.webdriver.WebDriver.execute_script) supports `*args` in addition to the script argument but the Splinter execute_script only accepts the script argu... | 0easy |
Title: Signal line implemented for TRIX instead of TSI
Body: **Which version are you running?**
0.3.2b0
**Describe the bug**
The signal line seems to have been implemented for TRIX instead of TSI.
**Expected behavior**
According to the definitions on investopedia for:
TRIX: https://www.investopedia.com/terms/... | 0easy |
Title: Update /help
Body: /help command is currently out of date, it doesn't include new features such as /code chat and /internet chat, and some of the command names and syntax might be wrong now too. Just needs a quick revamp | 0easy |
Title: Fix the Errors/Warnings when building Qlib's documentation.
Body: ## 📖 Documentation
<!-- Please specify whether it's tutorial part or API reference part, and describe it.-->

| 0easy |
Title: Axes sizes should always match signal shape
Body: We should ensure that the axes `size` and the number of axes provided to a signal, actually matches the data shape.
Note that there are a lot of new features coming in #2399.
While one could theoretically provide flexible-size (following signal shape) to `Uni... | 0easy |
Title: Update Documentation: Remove `--config`
Body: ### Describe the bug
The 0.2.1 update has moved OI from using a config to a more powerful and robust system using profiles. There are a couple of instances in the docs where this change was missed. Please update the docs so that profiles are referenced instead of ... | 0easy |
Title: Get all 1st & 3rd party cookies and not only 1st party cookies
Body: Hello,
I am trying to scan a website and get the list of all cookies being registered on the browser.
Currently pyppeteer only provide me first party but when going to a specific website I am seeing on the chrome console 3rd party as well.
... | 0easy |
Title: `micromamba` initialize block causes `micromamba` completions to show up for all executables
Body: ## Current Behavior
<!---
For general xonsh issues, please try to replicate the failure using `xonsh --no-rc --no-env`.
Short, reproducible code snippets are highly appreciated.
You can use `$XONSH_SHOW_TRACEBA... | 0easy |
Title: [QUESTION] Pandas mutability causes different results compared to Spark and DuckDB
Body: The following code:
```python
import pandas as pd
df1 = pd.DataFrame({'col1': [1, 2, 3], 'col2': [ 2, 3, 4]})
df2 = pd.DataFrame({'col1': [1, 2, 3], 'col4': [11, 12, 13]})
# schema: *, col3:int
def make_new_col(d... | 0easy |
Title: Get KeplerMapper on Kaggle Kernels
Body: The process: https://github.com/Kaggle/docker-python
Some examples already:
https://inclass.kaggle.com/triskelion/mapping-with-sum-row/notebook
https://www.kaggle.com/triskelion/testing-python-3/notebook
https://www.kaggle.com/triskelion/isomap-all-the-digits-2
I... | 0easy |
Title: Katib Python SDK Specify Volume Mounts
Body: /kind feature
**Describe the solution you'd like**
I'd like to be able to specify default volume mounts for secrets into each of trial pod that runs during an experiment. As far as I can tell from the documentation and my experiments thus far, there is no way to a... | 0easy |
Title: 购物车功能
Body: 新功能新概念提交:
希望能加入购物车功能,可以不必登入账号,采取类似缓存机制保证短时间内可以加购多种商品 | 0easy |
Title: Feature: find breaking changes in schema
Body: <!--- Provide a general summary of the changes you want in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the... | 0easy |
Title: 适配移动端,适配微信小程序
Body: 新功能新概念提交:适配移动端,适配微信小程序
| 0easy |
Title: When using LM studio, user is prompted to enter their OpenAI API key when this value isn't needed
Body: ### Describe the bug
The change in `--local` mode now requires users to launch OI with `interpreter --api_base http://localhost:1234/v1` if they want to use LM Studio. When they run this command, they are pro... | 0easy |
Title: Need to update Categorical for TimeIt Tests
Body: Currently, the tests pop the the times dict as opposed to validating the times are properly generated by mocking the timeit functionality.
Location:
https://github.com/capitalone/DataProfiler/blob/56e34f837bb0667d69392fd06caf2145724452f4/dataprofiler/tests/pr... | 0easy |
Title: NotConfigured logging breaks when the component is added by class object
Body: As the log message for components that raise `NotConfigured` with a message assumes `clsname` is an import path string, it raises an AttributeError when it's a class instance. https://github.com/scrapy/scrapy/blob/bddbbc522aef00dc150e... | 0easy |
Title: ENH: remove global vars in adapters
Body: ### Is your feature request related to a problem? Please describe
Currently we are using global vars to store method fallbacks.
For example,
https://github.com/xprobe-inc/xorbits/blob/7c86482bf61619a053f0078cb52a6bea40225f0d/python/xorbits/numpy/__init__.py#L74
#... | 0easy |
Title: Print and store how many tokens were used in memory/logs
Body: In this way, we can also store this to benchmark results.
A huge increase in tokens will not be worth a minor improvement in benchmark resultss. | 0easy |
Title: make `remove_stopwords()` behavior more consistent
Body: (triggered by SO question: https://stackoverflow.com/questions/67944732/using-my-own-stopword-list-with-gensim-corpora-textcorpus-textcorpus/67951592#67951592)
Gensim has two `remove_stopwords()` functions with similar, but slightly-different behavior t... | 0easy |
Title: Topic 3: Some tree schemes are not rendered
Body: 
The following cells do not render the tree scheme in the [article](https://mlcourse.ai/notebooks... | 0easy |
Title: Generic XML adapter
Body: **Is your feature request related to a problem? Please describe.**
Currently, I am not able to query XML files using Shillelagh. I have conducted Google searches, searches of project documentation, and a search of the Apache Superset Slack but have not found an off-the-shelf solution.
... | 0easy |
Title: document payloads from plotly events
Body: These have been TODOs for quite some time :(
For example: https://github.com/jwkvam/bowtie/blob/master/bowtie/visual.py#L318 | 0easy |
Title: Remove support for singular section headers
Body: Singular section headers were deprecated in RF 6.0 (#4431) and started to emit actual deprecation warnings in RF 7.0 (#4432). The earliest release we can remove their support for good is RF 8.0. If that's considered too early and we want to give users more time t... | 0easy |
Title: [BUG] pygwalker not working in clean Python 3.12 virtual environment
Body: **Describe the bug**
I have a clean Python 3.12 virtual environment.
Installing pygwalker with
```
pip install pygwalker
```
and then importing it
```
import pygwalker as pyg
```
**Traceback**
```
Traceback (most recent ca... | 0easy |
Title: Document that `output_file` listener method is called with `None` when using `--output NONE`
Body: The `output_file` listener method is called after the output.xml file is finished. The documentation in the User Guide and in the [API docs](https://robot-framework.readthedocs.io/en/stable/autodoc/robot.api.html#r... | 0easy |
Title: Add option to disable .env load
Body: ## Problem
Currently, .env files are loaded by default and if the behaviour is desired to be disabled it is needed to be defined in every instance of `Prisma`.
In many production systems, it is not desired to load environment variables from .env files.
## Suggested so... | 0easy |
Title: add_init_script RuntimeWarning (sync)
Body: Hello, I'm trying to add an init script via page.add_init_script, and upon opening browser i get hit with this error:
```
C:\Users\Apitr\AppData\Local\Programs\Python\Python310\lib\site-packages\patchright\_impl\_helper.py:304: RuntimeWarning: coroutine 'Page.install_... | 0easy |
Title: Use openstreetmap instead of Google Maps
Body: It will be nice if the Location option could open openstreetmap instead of Google Maps.
It would make shyness even more shy.
A can PR too | 0easy |
Title: expand non_fitted_error_checks for methods get_feature_names_out and inverse transform
Body: Methods transform, inverse_transform, get_feature_names_out and other specific methods (see DropMissingData) should run only after the transformer was fit.
At the moment, we test that this is the case only for the tra... | 0easy |
Title: delete_library - warning/error if library doesnt exist?
Body: I've noticed that if you delete a library that doesnt exist, you don't get any sort of indication that nothing happened. It might be nice if it let you know that what you thought you were deleting was not deleted because it does not exist. | 0easy |
Title: Improved benchmarks
Body: We need additional benchmarks that measure number of iterations taken to achieve the minimum. | 0easy |
Title: Add `message_limit` (number of model messages) and `cost_limit` to `run()` methods
Body: To mitigate the risk that an agent gets into an infinite loop. | 0easy |
Title: [DOC] for estimators documented in two modules across versions of `sktime`, changing between versions of the docs leads to 404
Body: #### Describe the issue linked to the documentation
`ExpandingWindowSplitter` used to be under `sktime.forecasting` but has been moved to `sktime.split`. However the documentation... | 0easy |
Title: Use `casefold`, not `lower`, when comparing strings case-insensitively
Body: We currently use [str.lower()](https://docs.python.org/3/library/stdtypes.html#str.lower). when comparing strings case-insensitively, but it would be better to use [str.casefold()](https://docs.python.org/3/library/stdtypes.html#str.cas... | 0easy |
Title: [Dataset] add MedShapeNet to datasets
Body: ### 🚀 The feature, motivation and pitch
https://medshapenet.ikim.nrw/
Adding this dataset to PyG w/ an example of training a simple GNN that would enable exploration at scale across the community for allowing AI to understand the plethora of complex medical shapes... | 0easy |
Title: cookbook on managing multiple kernels
Body: Sometimes is useful to execute a given script/notebook with a specific kernel, so we should add a cookbook to show how to do this. These are some quick instructions, we need help moving this to the docs.
To list current kernels:
```
jupyter kernelspec list
```
... | 0easy |
Title: dask-expr got merged into dask
Body: ### What is your issue?
Since v2.0.0, dask-expr is merged into the main dask package: https://github.com/dask/dask-expr/blob/v2.0/dask_expr/__init__.py
xarray still pulls in dask-expr in various environments for CI: https://github.com/search?q=repo%3Apydata%2Fxarray%20dask-... | 0easy |
Title: Feature request: implement introspection API in oauth2 client
Body: Sometimes we need to introspect with oauth2 provider the validity of a token. As such a built-in client API for token introspection like `authlib.integrations.requests_client.OAuth2Session.revoke_token` will be useful. | 0easy |
Title: New transformer to substract datetime variables, that is support timestamp subtraction
Body: Is there any chance that you would support the ability to subtract datetime columns? | 0easy |
Title: Preview button in admin
Body: | 0easy |
Title: RoBERTa on SuperGLUE's 'Reading Comprehension with Commonsense Reasoning' task
Body: ReCoRD is one of the tasks of the [SuperGLUE](https://super.gluebenchmark.com) benchmark. The task is to re-trace the steps of Facebook's RoBERTa paper (https://arxiv.org/pdf/1907.11692.pdf) and build an AllenNLP config that rea... | 0easy |
Title: Create a runnable notebook and example test file for Asserting STDOUT for a cell
Body: Create a notebook and example test file that a user could run as a demonstration. See [documented example](https://testbook.readthedocs.io/en/latest/examples/index.html#examples). | 0easy |
Title: Requests missing from dependencies
Body: This is what I ran into when trying out `shillelagh` in a bare virtual environment:
```
File "/Users/mrshu/.local/share/virtualenvs/shillelagh-example-NzrXhpJb/lib/python3.9/site-packages/shillelagh/backends/apsw/dialects/gsheets.py", line 12, in <module>
impor... | 0easy |
Title: Custom Scorer for CV inside plot_learning_curve
Body: Hello,
I am using cross-validation with a particular metric, Kappa score, rather than the standard accuracy metric.
`cross_val_score(clf, x_train, y_train, scoring=kappa_scorer, cv=kf, n_jobs=-1)`
I would like to to set the CV done inside the `plot_l... | 0easy |
Title: [RFC] A better logo?
Body: A better logo?
what do I want on a logo:
- Few colors (max 2 or 3)
- Good to use as an icon
- Identity (connects with config, settings, adjustment)
logos live here: https://github.com/rochacbruno/dynaconf/tree/master/docs/img (used by documentation builds)
Full logo on to... | 0easy |
Title: Add rbf_kernel Function
Body: The rbf kernel converts data via a radial basis function into a new space. This is easy difficulty, but requires significant benchmarking to find when
the scikit-learn-intelex implementation provides better performance. This project will focus on the public API and including the ben... | 0easy |
Title: [FEA] move more bindings to nodes()/edges() and stronger binding error checking
Body: **Is your feature request related to a problem? Please describe.**
A user reported confusion why `nodes(df, 'id', point_title='some_col')` was not showing the intended result .
* There is no such binding, just in `bind(p... | 0easy |
Title: np.real, np.imag, np.round, np.around can't take an Awkward Array as input
Body: ### Version of Awkward Array
HEAD
### Description and code to reproduce
This is more like a strange "gotcha" of NumPy, but `np.real` and `np.imag` are not ufuncs, unlike, for example, np.conjugate.
```python
>>> np.real
<fun... | 0easy |
Title: TPU support.
Body: Would be nice if this repo supported training on TPUs. | 0easy |
Title: Model with random features shouldnt be used for stacking
Body: Right now a model with random feature inserted (part of feature selection procedure) can be used for stacking - it shouldnt. | 0easy |
Title: Create a logo for aiortc
Body: It would be great to have a logo for `aiortc`, ideally something which reflects its Python roots (snakes and/or blue-yellow is welcome). My graphics skills are limited so if someone wants to contribute a logo it would be greatly appreciated! | 0easy |
Title: attach gifs to gallery
Body: This will be useful so the readers don't have to click thru to the websites. They can be slow since they are all hosted on free heroku dynos.
- [x] create repeatable gif making procedure (small gifs)
- [x] create gif for each site in the gallery
- [x] upload them and have them l... | 0easy |
Title: Resolver for MongoengineConnectionField - Add Authorization Token
Body: Hi
I have been using graphene-mongo for a while now. I use all resolvers and mutations post validation of an Access token in the HTTP `Authorization` header. However, I am not aware of how I can do that for a `MongoengineCollectionField`... | 0easy |
Title: Restrict creating cache directory
Body: ### System Info
pandasai: 1.5.11
python: 3.9
OS: linux
### 🐛 Describe the bug
There is no need to create the cache directory if the enable_cache config is set to False. So, we shouldn't create it unless it's needed. | 0easy |
Title: Add warning for auto-regressive prediction with n>ocl and past covariates, update documentation
Body: See #1822
- raise a warning when predicting with `n>output_chunk_length` and the model uses past covariates
- update n, forecast_horizon, output_chunk_length, past covariates documentation to make users aw... | 0easy |
Title: task decorator & cancelled error
Body: Hello! Nice work on this. very cool.
I am using (potentially misusing) the task decorator functionality, and I am getting the errors below. Using bleeding edge version. You can see it takes a few times of sliding the slider until it errors. Maybe because Im creating so m... | 0easy |
Title: [New feature] Add apply_to_images to FromFloat
Body: | 0easy |
Title: Spelling of HTTP 429 error is inconsistent
Body: Hello!
I am implementing a Slack app, and I am trying to implement correct backoff handling for when Slack reports my app has exceeded rate limits.
The [example](https://github.com/slackapi/python-slack-sdk/blob/main/docs-src-v2/basic_usage.rst#web-api-rate-... | 0easy |
Title: unique indexes (for unique_together) on nullable columns need to be optionable for nulls not distinct
Body: assume that i have two models `shop`, `customer`. each shop can have only one customer with an unique phone number till deletes it. please pay attention that customer's phone_number is not unique in column... | 0easy |
Title: Remove visualizer tests in type checking
Body: Many of the type checking utilities, e.g. `is_classifier`, `is_regressor`, etc. have a note to remove lines of code that are unnecessary after #90 is implemented.
For example see: [yellowbrick/utils/types.py#L64](https://github.com/DistrictDataLabs/yellowbrick/b... | 0easy |
Title: [Tech debt] Update interface for RandomRain
Body: Right now in the transform we have separate parameters for `slant_lower` and `slant_upper`
Better would be to have one parameter `slant_range = [slant_lower, slant_upper]`
=>
We can update transform to use new signature, keep old as working, but mark as ... | 0easy |
Title: Introduce `-y` option in aim CLI commands
Body: ## 🚀 Feature
Aim commands such as `aim init` prompt user for inputs, which are mainly confirmation prompts. Need to add a command flag that will automatically confirm the action.
### Motivation
Enable aim commands in non-interactive environments (shell scri... | 0easy |
Title: Contribute `Waterfall` to Vizro visual vocabulary
Body: ## Thank you for contributing to our visual-vocabulary! 🎨
Our visual-vocabulary is a dashboard, that serves a a comprehensive guide for selecting and creating various types of charts. It helps you decide when to use each chart type, and offers sample ... | 0easy |
Title: Update man pages
Body: ### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of issue is this?
UI/Usability
### Which Linux distribution did you use?
N/A
### Which AutoKey GUI d... | 0easy |
Title: Support scipy 1.10.x series
Body: ### Missing functionality
Declared support for scipy 1.10.x series
### Proposed feature
Relax the upper bound constraint to scipy<1.11
### Alternatives considered
_No response_
### Additional context
_No response_ | 0easy |
Title: Add instructions for increasing autograde timeout in the FAQ
Body: cf https://github.com/jupyter/nbgrader/issues/923#issuecomment-366457887 | 0easy |
Title: [Good First Issue] Add test cases for Truncated Gumbel
Body: Well, [Gumbel Distribution](https://numpy.org/doc/stable/reference/random/generated/numpy.random.gumbel.html) is *magical*. Basically, given a sequence of K logits, i.e., "\log a_1, \log a_2, ..., \log a_K" and K **independent** gumbel random variables... | 0easy |
Title: [FIX] logo does not display in Pypi
Body: https://pypi.org/project/feature-engine/
We need to adjust the source of the image in the readme file so that pypi can read it properly.
Either this link:
https://raw.githubusercontent.com/feature-engine/feature_engine/main/docs/images/logo/FeatureEngine.png
or... | 0easy |
Title: Link at main doc page is pointing to non-existent page
Body: The "Edit on GitHub" button on the top of [main doc](https://docs.pandas-ai.com/en/latest/) is pointing to a non-existent page

Easy... | 0easy |
Title: Include identifier in access tokens
Body: We should have some form of identifier in our access tokens so that they can be identified if they're committed to source control or something. | 0easy |
Title: GitHub dependency with hashed pins fails on Windows for Python < 3.10
Body: ## Issue
After upgrading to tox 4, one of my GitHub-installed dependencies is failing, but only on Windows, and only for Python versions 3.7, 3.8, and 3.9. Other OS's, and Python 3.10 or 3.11 on Windows are successful.
The run wit... | 0easy |
Title: Create a runnable example notebook and test for Asserting Dataframe Manipulations
Body: Create the example found here: https://testbook.readthedocs.io/en/latest/examples/index.html#asserting-dataframe-manipulations | 0easy |
Title: Optimise Spearman Correlations according to Spark Docs
Body: Overview : [Spark Development Strategy](https://github.com/pandas-profiling/pandas-profiling/wiki/Spark-Development-Plan)
Branch : spark-branch
Context :
Spearman correlations are a key part of pandas-profiling, and help elucidate rank based ... | 0easy |
Title: Feature Request: update ALERTS section from JSON output to be as complete as the HTML output
Body: ### Missing functionality
The ALERTS section from the to_json() output gives only the types of errors and the column name (e.g. HIGH_CORRELATION, or ZEROS), but for example for the HIGH_CORRELATION error doesn't t... | 0easy |
Title: worker_id fixture has no docstring
Body: `pytest --fixtures` shows "no docstring available" | 0easy |
Title: 用户界面没有登入功能
Body: 1. BUG反馈请描述最小复现步骤
代码运行的用户界面没有登入功能,不过demo链接是有的
2. 普通问题:99%的答案都在帮助文档里,请仔细阅读https://kmfaka.baklib-free.com/
已经打不开了
可能是时间长了。
| 0easy |
Title: `items` of `ListBlock` in `StreamField` have same `id` as the `ListBlock` itself
Body: Hi,
I was just working with a `ListBlock` in a `StreamField` and noticed an error message in the developer console.
```
Warning: Encountered two children with the same key, `97c098cb-2ad1-445f-9ea7-36667656108c`. Keys sh... | 0easy |
Title: 手机上架商品传完图片后 页面就无法上下移动,导致底部信息不能填写以及保存
Body: 1. BUG反馈请描述最小复现步骤
2. 普通问题:99%的答案都在帮助文档里,请仔细阅读https://kmfaka.baklib-free.com/
3. 新功能新概念提交:请文字描述或截图标注 | 0easy |
Title: Quieter output on check-status
Body: **What enhancement would you like to see?**
I would like to disable all warnings when using --check-status together with --quiet (that is the behaviour prior to issue #1026 ). It can be implemented as another flag (--quieter or --no-warnings)
**What problem does it solve?... | 0easy |
Title: How to use start to uwp application?
Body: I'm trying to automate the interaction with [WindowsTerminal](https://github.com/microsoft/terminal). It seems to be a UWP application, which I have no idea how to start such application directly using `Application().start`. I've tried to locate it using `Desktop`, but ... | 0easy |
Title: 后台管理自编发货的商品编辑修改会报错
Body: 后台管理->商品列表->编辑一个自动发货的商品->提交
只要是自动发货的商品都会编辑提交失败, 手动发货的则编辑可以成功
| 0easy |
Title: Static Type Hinting: `dataprofiler/reports/graphs.py`
Body: **Is your feature request related to a problem? Please describe.**
Improve the project in the area of
- Make collaboration and code contribution easier
- Getting started with the code when a contributor is new to the code base
**Describe the outc... | 0easy |
Title: `scanapi-report-example.png` not loading on PyPi description
Body: ## Description
At [PyPi page desccription](https://pypi.org/project/scanapi/0.0.15/) the image [scanapi-report-example.png](https://github.com/camilamaia/scanapi/blob/master/images/scanapi-report-example.png) is not loading
, but it could be a nice convenience function to add to the plotting libr... | 0easy |
Title: Media handler for `text/plain`
Body: As proposed by @maxking on Gitter:
> I have been trying to add support for msgpack in Mailman's API ([mailman/mailman!977](https://gitlab.com/mailman/mailman/-/merge_requests/977)) and in the process of doing that, I am trying to move off of doing the serialization in our co... | 0easy |
Title: Delete button does not work for scheduler screen beyond page 1
Body: The fix will be to call addCallbacks() either for all rows or whenever the table of schedules is modified in some way. | 0easy |
Title: [New feature] Add apply_to_images to GaussNoise
Body: | 0easy |
Title: [BUG] Series.drop_duplicates raised a `TypeError`
Body: <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
Failed to execute `Series.drop_duplicates`.
``` Python
In [75]: a = md.Dat... | 0easy |
Title: [Feature request] Add apply_to_images to D4
Body: | 0easy |
Title: Styler object has no attribute 'map'
Body: See https://panel.holoviz.org/gallery/portfolio_analyzer.html

| 0easy |
Title: Update third party tools to newer versions
Body: From #2820 (@tomaarsen)
The Stanford and MaltParser tools have had newer versions released than the ones used in `third-party.sh`. This may be as simple as modifying the download link to point to the new versions.
| 0easy |
Title: Running solara app in a docker container with ipv6
Body: Hi guys,
I am not able to run my solara app in a docker container. Running the docker container results in the following error:
`ERROR: [Errno 99] error while attempting to bind on address ('::1', 8765, 0, 0): cannot assign requested address`
H... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.