-
# Bug report
## What's wrong
The [API documentation](https://mimesis.name/en/master/api.html#mimesis.Address.country) for `Address.country()` indicates that it will "Get the country of t…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Importing pyarrow on systems with a pagesize bigger than 16K causes an issue on import…
-
**Describe the bug**
We have the `num_rows` parameter which allows us to define how many rows to be read-in from the avro file. This parameter seems to be non-functional.
**Steps/Code to reproduce…
-
Looks like lates pytest shows some warning
```console
============================================================================= warnings summary =================================================…
-
# Bug report
## What's wrong
When creating a `Field` inside a loop the memory doesn't seem to be released after the loop completes. Not sure if this is expected behaviour, but I would assume…
-
# Bug report
## What's wrong
When creating addresses using a provider based on the US locale, e.g.
```python
en = mimesis.Address(locale=Locale.EN)
en.address()
```
addresses are re…
-
**Describe the bug**
When attempting to use the cumulative aggregation functions on a groupby of a frame or series with nulls (i.e. `df.groupby("x").cumsum()`), we get a `ValueError`.
**Steps/Code…
-
**Describe the bug**
Looks like the `timestamp` values written into avro files are not being inferred by cudf while reading an avro file.
**Steps/Code to reproduce bug**
AVRO FILE(compressed wi…
-
# Bug report
As far as i can tell, the function "datetime" is not callable via the Schema creation.
According to the Api reference https://mimesis.name/api.html#mimesis.Datetime.datetime and the e…
-
### Prequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Cod…