-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
-
```
pip install pandas openpyxl
import pandas as pd
# Load the Excel file
file_path = 'input_file.xlsx'
sheet_name = 'safir'
df = pd.read_excel(file_path, sheet_name=sheet_name, header=2) # a…
-
When running `pytest tests\ --local` after the 0.3.7 release, the tests are failing since they are not able to get openpyxl and it escaping the try/except block added in the dataset (**compmusic_carna…
-
#### config.json 파일:
- PRTG 서버 주소, 사용자 이름, 비밀번호 등 중요한 설정 정보를 config.json 파일에 저장합니다.
- read_config() 함수:
이 함수는 설정 파일을 읽어 Python 딕셔너리로 변환합니다. 이 딕셔너리는 PRTG API 호출에 필요한 정보를 담고 있습니다.
#### 설정 파일 읽기:
…
-
![image](https://github.com/P20WCommunityOfInnovation/DAR-T/assets/166833219/50f96c3c-ba97-4537-91b7-4933508365b0)
ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install o…
jw35m updated
6 months ago
-
**Describe the chore that needs to be addressed.**
Change from the openpyxl to the pyexcel library for import/export. The pyexcel library provides more file format options by default and has plugins…
-
In Heptapod by @jbm on Mar 15, 2021, 15:46
Greetings. Unsure if this issue should be raised here, or directly with openpyxl. Please advise.
## Issue summary
* Reading and writing `xlsx` using pypy/…
-
This only affects certain files, but does seem to keep recurring.
Sentry Issue: [COVE-E5](https://sentry.io/organizations/open-data-services/issues/1359438471/?referrer=github_integration)
```
Index…
-
具体报错如下:
Traceback (most recent call last): File "main.py", line 9, in …