Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Conversation

@jimexist
Copy link
Contributor

No description provided.

@jimexist jimexist requested a review from alamb March 10, 2022 11:09
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking better!


```python
import datafusion
from datafusion import functions as f
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I tried running this example now I get the following error:

>>> # create a new statement
>>> df = df.select(
...     f.col("a") + f.col("b"),
...     f.col("a") - f.col("b"),
... )
Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
  File "/Users/alamb/Software/virtual_envs/arrow_dev/lib/python3.9/site-packages/datafusion/functions.py", line 23, in __getattr__
    return getattr(functions, name)
AttributeError: module 'functions' has no attribute 'col'
>>> 

- fix ci by fixing directories [\#2](https://github.com/datafusion-contrib/datafusion-python/pull/2) ([Jimexist](https://github.com/Jimexist))
- setup workflow [\#1](https://github.com/datafusion-contrib/datafusion-python/pull/1) ([Jimexist](https://github.com/Jimexist))

## [0.5.0](https://github.com/datafusion-contrib/datafusion-python/tree/0.5.0) (2022-03-10)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something looks strange to me about these older version (in that it contains entries for the rcs)

Co-authored-by: Andrew Lamb <[email protected]>
@jimexist jimexist merged commit 7b336a9 into main Mar 15, 2022
@jimexist jimexist deleted the fix-example branch March 15, 2022 00:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants