Company Overview
- Headquarters
- 3837 Simpson Stuart Rd, Dallas TX
- Website
- paulquinn.edu
- Phone
- (904) 470-8000
- Employees
- 182
- Founded in
- 1872
- Industry
- Education/Training
- NAICS Code
-
NAICS Code 6113 CompaniesNAICS Code 61131 CompaniesNAICS Code 611310 CompaniesNAICS Code 61 CompaniesNAICS Code 611 Companies
- SIC Code
-
SIC Code 822 CompaniesSIC Code 8221 CompaniesSIC Code 82 Companies
Financials & Stats
Revenue
$6B
Total Funding Amount
$2M
Who is Paul Quinn College
It seems like you're trying to extract information about Paul Quinn College from a structured data source. You've provided a snippet that looks like a JSON object representing the college's data. Here's a breakdown of the information and how you might access it: **Understanding the Data** The data you provided is likely in JSON (JavaScript Object Notation) format. JSON is a common way to represent structured data in a human-readable and machine-readable way. **Key-Value Pairs** JSON uses key-value pairs to store information. Each key is a string, and each value can be a string, number, boolean (true/false), array, or another object. **Example:** ```json { "name": "Paul Quinn College", "industry": "Education", "country": "United States", "state": "TX", "city": "Dallas", "employees": "182", "revenue": "$5.8M", "url": "paulquinn.edu", "bio": "#NationBuilding\n Paul Quinn is America's greatest higher education transformation story and an example of the new urban college model." } ``` **Accessing Information** To access specific pieces of information, you would use the corresponding key within square brackets: * **College Name:** `data["name"]` * **Industry:** `data["industry"]` * **City:** `data["city"]` * **Bio:** `data["bio"]` **Programming Languages** Many programming languages have libraries to work with JSON data. Here's a simple example in Python: ```python import json data = { "name": "Paul Quinn College", "industry": "Education", "country": "United States", "state": "TX", "city": "Dallas", "employees": "182", "revenue": "$5.8M", "url": "paulquinn.edu", "bio": "#NationBuilding\n Paul Quinn is America's greatest higher education transformation story and an example of the new urban college model." } print(data["name"]) # Output: Paul Quinn College print(data["bio"]) # Output: #NationBuilding Paul Quinn is America's greatest higher education transformation story and an example of the new urban college model. ``` Let me know if you have any more questions or want to explore specific ways to work with this data!
Company Leadership
Paul Quinn College Industry Tags
Paul Quinn College Tech Stack
Companies Similar to Paul Quinn College
Analyze industry trends and opportunities by examining competitors and companies comparable to Paul Quinn College, including their performance metrics, financials, growth dynamics, and competitive benchmarks.
Company Name | Revenue | Number of Employees | Location | Founded in |
---|---|---|---|---|
6M | 8 | Manhattan Beach, CA | 2003 | |
6M | 39 | Atlanta, GA | ||
6M | 31 | Austin, TX | 1999 | |
6M | 18 | Irvine, CA | ||
6M | 12 | Evanston, IL | 1934 |