Samay Kapadia

Results 24 issues of Samay Kapadia

#### Describe your feature request Has there been any consideration towards a Julia package for polars? I see that you have python and js in there. I would be happy...

help wanted

### Problem description I was trying out polar's new delta reader and ran into this error using `pl.scan_delta(...)` `Arrow datatype Decimal(18, 5) not supported by Polars. You probably need to...

enhancement

## Request Add support for Apache Arrow to enable usage of all the tools that come with it, potentially via arrow2 ### Motivation Apache Arrow and pyarrow are big parts...

enhancement
mojo-external

### Bug description "Steps to reproduce" contains a simplified example. I would like to use this in my `Tensor` struct so that I can implement back propagation ### Steps to...

bug

### Bug description I was trying to make a small implementation for a list that supports memory only types and I came across a bug - not sure if this...

bug

## Bug Description If you have a function with the same name inside and outside a struct, then you cannot call the function that it outside the struct from the...

bug

## Bug Description When I try to raise before assigning values, I get an error that seems like it incorrectly refers to `self.shape` when I'd like to refer to the...

bug

(implementation below) ## Request In whatever becomes the default list type, consider implementing `map` and `for_each` in a way that allows funciton chaning. ```python listy_mclistface .map[Int](square) .filter(divisible_by_4) .for_each(print) ``` Function...

enhancement
mojo

## Request When writing code with performance in mind, keeping an eye on the number of allocations + time taken is crucial to know. This is a feature request to...

enhancement

Here is a small implementation that builds on top of the existing `Time.mojo`file (Edit: I would be up for working on more structs like DateTimeZoned, DateTimeOffset, Date, Time, Period etc...

enhancement