Skip to content
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

Retrieve Sushi Data in Los Angeles from Yelp API and Create DataFrame #1

Open
3 of 4 tasks
limwualice opened this issue May 15, 2023 · 0 comments
Open
3 of 4 tasks
Assignees

Comments

@limwualice
Copy link
Owner

limwualice commented May 15, 2023

Description:
We would like to utilize the Yelp API to retrieve data about sushi restaurants in Los Angeles and create a DataFrame for further analysis and visualization. This will help us gather insights and make informed decisions related to sushi dining in Los Angeles. We need assistance in implementing the API integration and DataFrame creation.

Here are the specific requirements and steps involved:

  • Yelp API Integration:

    • Obtain the necessary access token or API key from Yelp to authenticate API requests.
      Identify the appropriate endpoint and query parameters to retrieve data specifically related to sushi restaurants in Los Angeles.
    • Implement the code to make API requests using the Yelp API and retrieve the desired data.
  • Data Extraction and Transformation:

    • Parse the API response to extract relevant information such as restaurant name, rating, reviews, address, and other details.
    • Transform the extracted data into a structured format suitable for creating a DataFrame.
  • DataFrame Creation:

    • Utilize a Python library like pandas to create a DataFrame with the extracted data.
    • Define the appropriate column names for the DataFrame to represent different attributes of the sushi restaurants.
  • Data Analysis and Visualization:

    • Perform exploratory data analysis on the created DataFrame to gain insights into sushi restaurants in Los Angeles.
      Utilize data visualization libraries like matplotlib or seaborn to create informative charts and plots.
@limwualice limwualice self-assigned this May 15, 2023
@limwualice limwualice changed the title Scrape yelp Retrieve Sushi Data in Los Angeles from Yelp API and Create DataFrame May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant