Closed robertsanna closed 9 years ago
Hey @robertsanna,
Glad you find your way to post your question!
To share your csv, go to https://gist.github.com/ and paste your csv there. Name it ela_score.csv
and click Create secret gist
. Then copy the url and paste it in your comment here.
The gist interface looks like the following (don't confuse the description
and filename
slots!)
Without seeing the dataset, it's hard for me visualize what values you are trying to aggregate/count in a pivot table (or if you should use a pivot table at all). Once I take a look at the dataset I'll be able to say more, since I know your intention :)
I want to take the ELA test scores from students from the Bronx, grade 6-8. I want to make sure that I can isolate the values of the scores, Levels 1-4, in the sheet labeled BouroughELAResults.
Hi, Jue! Thanks very much. Here's the URL. To my data set.
https://gist.github.com/robertsanna/809ac6ca5eb55dda949d
I am envisioning some type of chart where you can look at grade level, and corresponding scores by year. So the data has 2013, 2014, and 2015 scores for grades 6, 7, and 8. And then I would like to sort the data by the percentage of students that got 1's, 2's, 3's, 4's and 5's in each grade. Is that too many variables? I thought that maybe I could do a bubble chart using Plotly to do so. But I am not sure how to organize this information. Thanks for your help!
-Anna
Hey @robertsanna,
Apologies for the delayed reply! I looked into your data and experimented with plotly. If you are still looking for some guidance, here are a few things you might want to consider:
ela_score.tsv
to remain schematically correct. (This probably affect you right away, but in the future you might be wondering where you've introduced an error in your process. Clean data is always step one.)Let me know if this helps and if you have further or new questions.
(If you feel I'm creating more hoops for you to jump through, it's because navigating in the data space IS about getting over one barrier after another! And muscle memories come from your own practice :)
Hi, Jue! I've started trying to create this chart, and I have a data set that I need. The issue is that I'm having trouble properly structuring it into a Pivot Table. I want to take the ELA test scores from students from the Bronx, grade 6-8. I want to make sure that I can isolate the values of the scores, Levels 1-4, in the sheet labeled BouroughELAResults. I am close, but my Pivot Table keeps looking strange, and I'm not sure how I should be setting up the table.
Also, since github doesn't support csv files or xls files, I'm not sure how I'm supposed to upload this to share it with you. Please advise.
Thanks!