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

update readme and changelog #38

Merged
merged 2 commits into from
Mar 15, 2022
Merged

update readme and changelog #38

merged 2 commits into from
Mar 15, 2022

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!

@@ -39,11 +39,9 @@ Simple usage:

```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'
>>> 

README.md Outdated Show resolved Hide resolved
- 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 <andrew@nerdnetworks.org>
@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.

3 participants