Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: HTML Styling Not Working
Post: HTML Styling Not Working

Hi, I am trying to embed an HTML table in an Outlook email using smtplib within Python. I have customized it but am having trouble modifying the rows. I wanted to have every other row colored but syn...
yoitspython Web Scraping & Web Development 1 2,248 Aug-12-2019, 06:24 PM
    Thread: Send Email with Pandas Table
Post: RE: Send Email with Pandas Table

(Aug-07-2019, 10:53 PM)scidam Wrote: Just remove .to_string(...) in line #35. to_html() not a string method, it is for dataframes. But I don't want to show the index value of each entry/row. I want ...
yoitspython Data Science 4 15,092 Aug-08-2019, 05:48 PM
    Thread: Send Email with Pandas Table
Post: Send Email with Pandas Table

Hi all, I have successfully web scraped data from the URL (in the code) and could print the table via output and email (without the .to_string(index=False)). My end goal is to print the table without...
yoitspython Data Science 4 15,092 Aug-07-2019, 03:19 PM
    Thread: Formatting Output After Web Scraping
Post: RE: Formatting Output After Web Scraping

ohh myy, whhhhaaat just happened? Thank you so much! Pandas is amazing.. I honestly am new to using pandas and didn't know it could do this ..wow.. but, How did you get that table to display so well?...
yoitspython Web Scraping & Web Development 3 2,921 Aug-01-2019, 12:22 AM
    Thread: Formatting Output After Web Scraping
Post: Formatting Output After Web Scraping

Hi (again, I'm redoing my previous post with more detail), I am currently web scraping a site using START DATE 07/01/2019 and END DATE 07/05/2019. The URL is Lobbyist Registrations I am web scraping...
yoitspython Web Scraping & Web Development 3 2,921 Jul-31-2019, 08:53 PM
    Thread: Formatting Output after Web Scrape
Post: RE: Formatting Output after Web Scrape

import PipPackages import requests from bs4 import BeautifulSoup, SoupStrainer import pandas as pd website_url = requests.get('https://www8.miamidade.gov/Apps/COB/LobbyistOnline/Views/Queries/Registr...
yoitspython Web Scraping & Web Development 2 2,484 Jul-30-2019, 08:39 PM
    Thread: Formatting Output after Web Scrape
Post: Formatting Output after Web Scrape

Hi, I have web scraped an HTML table using BeautifulSoup and requests, and now trying to create a DataFrame from the results. My current output is: ['Adams, Chris '] ['ALBANESE, MARC '] ['BAILEY, M...
yoitspython Web Scraping & Web Development 2 2,484 Jul-30-2019, 07:26 PM
    Thread: Trying to run Python Script in different directory on Windows
Post: RE: Trying to run Python Script in different direc...

I tried it, it didn't work :(
yoitspython Web Scraping & Web Development 3 2,272 Jul-25-2019, 06:16 PM
    Thread: Trying to run Python Script in different directory on Windows
Post: Trying to run Python Script in different directory...

Supp all I have been stabbing myself on this but I can't figure out why my script can't run correctly... :( My installation files (where I installed the packages as well) are located in C:\Python37...
yoitspython Web Scraping & Web Development 3 2,272 Jul-25-2019, 03:41 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020