Link tables between SIC and Fama French Industry Classification.
Permanent link to read the most updated link table:
https://raw.githubusercontent.com/Wenzhi-Ding/FamaFrenchIndustry/main/ff_48ind.csv
Simply replace 48 to any version of classification you needed.
In Python:
import pandas as pd
ff = pd.read_csv('https://raw.githubusercontent.com/Wenzhi-Ding/FamaFrenchIndustry/main/ff_48ind.csv')
Just in case you are interested in similar data tools, I also constructed:
Please star the projects if you feel it is useful! Many thanks for your appreciation and support!