• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

georgia-tech-db / eva / 1b573e78-2477-4196-ad94-24ef445eb2db
68%
master: 0%

Build:
Build:
LAST BUILD BRANCH: staging
DEFAULT BRANCH: master
Ran 07 Oct 2023 06:16AM UTC
Jobs 3
Files 0
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Oct 2023 06:14AM UTC coverage: 0.0%. Remained the same
1b573e78-2477-4196-ad94-24ef445eb2db

push

circle-ci

web-flow
Remove table names from column names for `df()` call (#1256)

Removing table names from the `dataframe` during `df()` call. The users
can then easily load CSV files generated using `EvaDB` with the
`to_csv()` call at a later time (for long-running or expensive queries).

Example:

```
select_query = cursor.query(
    f"SELECT * FROM {repo_name}_StargazerList;"
).df()

select_query.to_csv("stargazers_list.csv", index=False)

# Later
cursor.query(
        f"""
   CREATE TABLE IF NOT EXISTS {repo_name}_StargazerList(
   github_username TEXT(1000));
"""
    ).df()

cursor.query("LOAD CSV 'stargazers_list.csv' INTO {repo_name}_StargazerList;""").df()

```

Do we need the table names for any use cases? For example, for duplicate
column names from two different functions - `object_detector_1.labels`
and `object_detector_2.labels`?

---------

Co-authored-by: Andy Xu <xzdandy@example.com>
Co-authored-by: Andy Xu <xzdandy@gmail.com>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1b573e78-2477-4196-ad94-24ef445eb2db.1 07 Oct 2023 06:16AM UTC 0
0.0
2 1b573e78-2477-4196-ad94-24ef445eb2db.2 07 Oct 2023 06:46AM UTC 0
0.0
3 1b573e78-2477-4196-ad94-24ef445eb2db.3 07 Oct 2023 06:57AM UTC 0
0.0
Source Files on build 1b573e78-2477-4196-ad94-24ef445eb2db
Detailed source file information is not available for this build.
  • Back to Repo
  • d6cb3a5c on github
  • Prev Build on staging (#0E3FF64C...)
  • Next Build on staging (#16C80554...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc