Skip to content

Instantly share code, notes, and snippets.

@MoGaber
Created December 14, 2020 05:12
Show Gist options
  • Save MoGaber/925159035f666f75b1b29bd39121bdfd to your computer and use it in GitHub Desktop.
Save MoGaber/925159035f666f75b1b29bd39121bdfd to your computer and use it in GitHub Desktop.
proffs_data
# creating a data for all the professionals
professionals_dataset = pd.DataFrame(columns = ["professional_id"])
professionals_dataset["professional_id"] = professionals["professionals_id"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment