Coder Social home page Coder Social logo

querybuilder-issue's Introduction

Public Querybuilder Issue Tracker

This repository is intended for issue tracking only.

The code underpinning the querybuilder tool is not publicly available at this stage.

querybuilder-issue's People

Contributors

elfeto avatar tompollard avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

querybuilder-issue's Issues

Having trouble with Query Builder, particularly with CHARTEVENTS. Also having trouble building local database.

I'm not terribly experienced with POSTgreSQL or building databases so I'm trying to use the Query Builder to select and export data. I'm running into problems when I try to access CHARTEVENTS. The Builder hangs up and eventually returns a 501 error.
I tried to download the mimic-code-master repository and use it to build a local database. I'm running into issues with POSTgreSQL password. The Makefile appears in OS X as an executable file that can't be opened using ext editors. I added a .txt extension which enabled me to edit the file and change my username from mimic to postgres. I removed the extension and tried to run the make command but got an error.
Overall I'm not doing so well.

Query Builder Nor Working?

Is the Query Builder working, can't seem to get any records returned with even the simplest query of a dictionary table?

image

Having trouble executing a query on BigQuery

Hello!

I have been granted access: "Access to the GCP BigQuery was previously awarded to (me) for project: MIMIC-III Clinical Database v1.4".

I can see the mimiciii-clinical dataset in the Resources section on the left on BigQuery.

When I try to run this simple query (i.e., the first query listed in the tutorial):
SELECT *
FROM physionet-data.mimiciii_clinical.patients

I received the message: "Access Denied: Project physionet-data: User does not have bigquery.jobs.create permission in project physionet-data."

Any help or suggestions would be appreciated! Thanks!

Syntax Error using MIMIC database from Physionet

I am trying to follow a workshop exercise from a book which instructs to paste the code below into the query home consol. However, I am getting a syntax error and can't figure out how to resolve it. `

SELECT SETSEED(0.5);
SELECT *, RANDOM() as random_id
FROM (
    SELECT row_id, subject_id, text
    FROM noteevents
    WHERE text LIKE ‘%cirrhosis%’
    ORDER BY row_id, subject_id
    LIMIT 1000
) A;

Below are pictures of the errors I am getting
google_query_error
sql_error_2

Export Results

Hi,
I used the QueryBuilder and found my desired data but when I tried exporting them as a CSV file with the "Export Results" button, the results were not the real data and they were just some web scripts in the CSV cells.
You may find a sample of that results in my dropbox.
Can anyone help me to export the results correctly?
Bests,
Peyman

Export as csv

The file is messed up if any of the data has commas. Perhaps a tsv option in addition would be helpful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.