patstat | amazing scripts , mainly in SQL , made by members | Database library
kandi X-RAY | patstat Summary
kandi X-RAY | patstat Summary
The PATSTAT database has become the main patent data source for academics using patent data as for statistics users and producers all over the world (for OECD and Eurostat in particular). PATSTAT, which proposes a complete coverage of patenting activities from more than 170 patent offices (and oldest patent documents date from the end of the 19th century), is a valuable tool for the community of researchers because it contains raw data that is collected in a transparent manner. With more than 70 million of patents, this rich database has contributed to greatly improve the quality of empirical research in the field of technometrics. But despite the detailed methodological guidance provided by its producers and by several academic forums, the set up of the database still requires the competencies of a database specialist. Furthermore, the implementation of standard improvements, even when using freely available complementary resources (e.g. REGPAT, proposed by the OECD), necessitates additional resources that can be beyond the reach of academic teams. Building on competencies accumulated over the years and mobilizing dedicated resources, IFRIS UPEM, as a research center specialized in quantitative STI, has incorporated in the PATSTAT-IFRIS database a series of improvements, stemming from outside providers (OECD) or from its own proprietary developments.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- get the number of records
- Run a worker .
- Requests a batch translation
- Update all workers
- Executes a connection string
- Validate and validate inputs .
- translates a list of translations to a batch of translations
- Initialize the stats
- Shows the progress bar
- Adds a worker to the console .
patstat Key Features
patstat Examples and Code Snippets
Community Discussions
Trending Discussions on patstat
QUESTION
Hello Stack Overflow Community.
I am retrieving data with SQL from PATSTAT (patent data base from the European Patent Office). I have two issues (see below). For your info the PATSAT sql commands are quite limited.
I. Charindex with multiple valuesI am looking for specific two specific patent groups ["Y02E" and "Y02C"] and want to retrieve data on these. I have found that using the charindex function works if I insert one group;
...ANSWER
Answered 2019-Sep-26 at 17:41For your part 2 here is a sample data i created And here is the code. It gives me YOUR requested output.
QUESTION
When I import a CSV file into SAS by following codes,
...ANSWER
Answered 2018-Mar-16 at 20:46&:$29
is probably your problem. &
there is telling SAS to wait for two consecutive delimiters (this is one way of dealing with delimiters embedded in the data, though it is not a common one). That's not (apparently) correct for your data, as far as I can tell.
Remove the &
and see if it imports correctly.
QUESTION
When I import TLS201_APPLN.csv
form PATSTAT database into SAS 9.4 (Unicode support), a lot of similar codes showed like below. What should I do to fix it?
ANSWER
Answered 2018-Mar-13 at 15:13Fix the import to correctly ready in apln_nr_original
.
Note the bolded sections below.
So I counted out the number of variables and I think it's the 8th variable, which looks like it should be, AT2007/000486 from the record. However, SAS has it as ., which means it thinks it should be a numeric, when it's actually a character variable. So you need to modify your code to account for that. I'd suggest how to do that but you didn't include any code.
NOTE: Invalid data for appln_nr_original in line 5286 53-65. RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+--- 5286 6697,AT,2007000486,W ,2007-10-17,2007,WO2007AT00486,AT2007/000486,PI,0,Y,N,N,2006-12-22, 89 2006,1110640,2008-07-03,2008,6698,0,38109624,4532,10,2,2,1 146
appln_id=6697 appln_auth=AT appln_nr=2007000486 appln_kind=W appln_filing_date=2007-10-17 appln_filing_year=2007 appln_nr_epodoc=WO2007AT00486 appln_nr_original=. ipr_type=PI
QUESTION
When I import a large csv into SAS, it always shows that ‘WARNING: A Character that could not be transcoded has been replaced in record XXXXX’. What should I do for it?
Thanks in advance.
...ANSWER
Answered 2018-Mar-07 at 16:43You need to start SAS with unicode support to read UTF-8 characters.
You could try setting ENCODING=ANY
on the INFILE
or FILENAME
statement in your current SAS session. The encoding shouldn't matter for the numbers. But if you really have UTF-8 characters that cannot be transcoded into single byte WLATIN1 characters then you will probably have trouble working with those strings.
QUESTION
I would like to find the citations of all patents under the IPC code G01S, from the international patent database (PATSTAT). The following query returns all patents under G01S.
...ANSWER
Answered 2017-Nov-01 at 16:05I found a way to add the citation table to my query.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install patstat
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page