-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collect data for the Fortune top 100 companies #9
Comments
Hey, do you have a data structure set up for this that we can start feeding? |
Hi, we do not currently have a database set up. One of the other issues I listed was that we needed to set up a SQL database using Heroku. If you want to work on that, feel free to get that started. But if you prefer to collect the data using an excel sheet, that would also be very helpful! You can export the excel sheet as a CSV and add that file to a pull request. Thanks and let me know if you have any other questions. |
I'm terrible with Ops stuff so I wouldn't know how to set up anything with Heroku, but I can design the database scheme it that's useful? Either a very simple one that can be exported to a CSV, or a more flexible one that you can upgrade later if you want to collect more info than what you've described here. |
That sounds good! Either option works 👍 |
Alrighty! If you have stuff you already know you want to include, I'm all ears 👂 |
How about that: https://dbdiagram.io/d/5f7f8afe3a78976d7b76ef2c |
That looks great! |
Cool! A couple of questions then.
|
Hi, these are some great questions! Here are some answers that I hope you find helpful:
|
👍
👍
It is different from the public diversity policy, right? I can add a field for that.
Okay, will loook into writing contribution guidelines for that then 👍 |
You can add a new field for the public diversity policy |
@ravenclaw1999 Mind if I try promoting the database creation issue? It'll be easier to test queries and update processes with an actual database setup ;) |
Go ahead! That would be great if you set it up :) |
We can use this to get the list of companies in Fortune 500 and part of the financial data. |
@LaChapeliere omg, that repo is a goldmine. that is perfect! while we don't have the database set up, we can add individual markdown files that have data about the companies that we want to display Here's an example of Walmart |
I'm working on a data contribution pipeline with the database queries so people can start adding .csv (but we could do a script to transform markdown into csv) that will be uplodable to the database when it exists, avoid having to redo work on data that has already been collected :) Do you want me to add a logo field to the db design? |
@LaChapeliere adding a logo field to the db design sounds great! |
@ravenclaw1999 |
@Anjali001 That sounds great! @kelseyhuse30 also added a couple of different companies you can collect data for under issues. |
@Anjali001 @kelseyhuse30 .csv would be much easier to process and feed into the database later, if that works for you too. |
@LaChapeliere I don't have any problem. I'll then add a new CSV file with data for fortune 21-30. I hope that works. Also, for column headings, I can change them but I'm not able to understand the diagram completely. Can you upload a CSV with necessary headings, I'll directly make changes to it. |
Great coordination :D I just pushed a draft PR ( #41 ) where you can find the explanations and headers for the different tables. Tell me if something is unclear and I'll do my best to improve the guide. |
@LaChapeliere Thanks. Your guide was very helpful. I've collected data according to it this time. Let me know if any changes are required. |
I'll look at it and see if I need to change some stuff in the guide, I've already noticed a couple of mistakes and unclear things |
We should start the collection of data for the top 100 companies. For now, we would be collecting the companies' statements in response to the Black Lives Matter movement as well as a picture of their executive team. Also, link their public Diversity/Inclusion report if they have one as well as if they have any contracts with ICE.
The text was updated successfully, but these errors were encountered: